#6EB01C

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

Shades of Christi #6EB01C

Tints of Christi #6EB01C

Color information

#6EB01C (or 0x6EB01C) is unknown color: approx Christi. HEX triplet: 6E, B0 and 1C. RGB value is (110,176,28). Sum of RGB (Red+Green+Blue) = 110+176+28=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EB01C is #914FE3. Grayscale: #8B8B8B. Windows color (decimal): -9523172 or 1880174. OLE color: 1880174.

HSL color Cylindrical-coordinate representation of color #6EB01C: hue angle of 86.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6EB01C is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB11017628-
CMYK0.3700.840.31
HSL86.76º72.55%40%-
HSV(B)86.76º84.09%69.02%-
XYZ22.1734.456.58-
YUV139.3965.13107.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 176 (69.14% from 255) = 56.05%
BLUE value IS 28 (11.33% from 255) = 8.92%
R=35.03%
G=56.05%
B=8.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110176280.3700.840.3186.7672.5540
Hex6EB01C250541F574928
Octal156260344501243712711150
Binary11011101011000011100100101010101001111110101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,176,28); }

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

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

 a { background-color: rgb(110,176,28); }

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

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

 span { border-color: rgb(110,176,28); }

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