#6E9E1D

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

Shades of Christi #6E9E1D

Tints of Christi #6E9E1D

Color information

#6E9E1D (or 0x6E9E1D) is unknown color: approx Christi. HEX triplet: 6E, 9E and 1D. RGB value is (110,158,29). Sum of RGB (Red+Green+Blue) = 110+158+29=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9E1D is #9161E2. Grayscale: #818181. Windows color (decimal): -9527779 or 1941102. OLE color: 1941102.

HSL color Cylindrical-coordinate representation of color #6E9E1D: hue angle of 82.33º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E9E1D is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB11015829-
CMYK0.3000.820.38
HSL82.33º68.98%36.67%-
HSV(B)82.33º81.65%61.96%-
XYZ18.8827.865.54-
YUV128.9471.6114.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 158 (62.11% from 255) = 53.20%
BLUE value IS 29 (11.72% from 255) = 9.76%
R=37.04%
G=53.20%
B=9.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110158290.3000.820.3882.3368.9836.67
Hex6E9E1D1E05226524525
Octal156236353601224612210545
Binary11011101001111011101111100101001010011010100101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,158,29); }

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

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

 a { background-color: rgb(110,158,29); }

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

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

 span { border-color: rgb(110,158,29); }

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