#6CB42D

Color #6CB42D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6CB42D

Tints of Christi #6CB42D

Color information

#6CB42D (or 0x6CB42D) is unknown color: approx Christi. HEX triplet: 6C, B4 and 2D. RGB value is (108,180,45). Sum of RGB (Red+Green+Blue) = 108+180+45=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB42D is #934BD2. Grayscale: #8F8F8F. Windows color (decimal): -9653203 or 2995308. OLE color: 2995308.

HSL color Cylindrical-coordinate representation of color #6CB42D: hue angle of 92º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CB42D is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB10818045-
CMYK0.4000.750.29
HSL92º60%44.12%-
HSV(B)92º75%70.59%-
XYZ22.9836.028.22-
YUV143.0872.65102.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 180 (70.70% from 255) = 54.05%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=32.43%
G=54.05%
B=13.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108180450.4000.750.29926044.12
Hex6CB42D2804B1D5c3c2c
Octal15426455500113351347454
Binary11011001011010010110110100001001011111011011100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CB42D; }

 p { color: rgb(108,180,45); }

 H1.HeaderClassName
 {
   color: #6CB42D;
 }
 .AnyTagClassName
 {
   color: #6CB42D;
 }
</style>
background-color css

<style>
 a { background-color: #6CB42D; }

 a { background-color: rgb(108,180,45); }

 div.DivClassName
 {
   background-color: #6CB42D;
 }
 .BgClassName
 {
   background-color: #6CB42D;
 }
</style>
border-color css

<style>
 span { border-color: #6CB42D; }

 span { border-color: rgb(108,180,45); }

 td.TdClassName
 {
   border-color: #6CB42D;
 }
 .TagClassName
 {
   border-color: #6CB42D;
 }
</style>