Html Css Color HEX #6E9A12 Christi

📋 copy color: '#6E9A12'

red 110 ◦ green 154 ◦ blue 18

#6E9A12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #6E9A12

Tints of Christi #6E9A12

RGB

 RED value IS 110 (43.36% from 255) = 39.01%

 GREEN value IS 154 (60.55% from 255) = 54.61%

 BLUE value IS 18 (7.42% from 255) = 6.38%

R = 39.01%
G = 54.61%
B = 6.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#6E9A12 (or 0x6E9A12) is known color: Christi. HEX triplet: 6E, 9A and 12. RGB value is (110,154,18). Sum of RGB (Red+Green+Blue) = 110+154+18=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #6E9A12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9A12 is #9165ED. Grayscale: #7D7D7D. Windows color (decimal): -9528814 or 1219182. OLE color: 1219182.

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

Color convert

RGB 110 154 18 -
CMYK 0.29 0 0.88 0.40
HSL 79.41º 0.79% 0.34% -
HSV(B) 79.41º 0.88% 0.6% -
XYZ 18.1 26.47 4.73 -
YUV 125.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 110 154 18 0.29 0 0.88 0.40 79.41 0.79 0.34
Hex 6E 9A 12 1D 0 58 28 4F 4F 22
Octal 156 232 22 35 0 130 50 117 117 42
Binary 1101110 10011010 10010 11101 0 1011000 101000 1001111 1001111 100010

Color Harmonies of #6E9A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9A12

Black with #6E9A12

Text Example


Text Example

White with #6E9A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,154,18); }

 H1.HeaderClassName
 {
   color: #6E9A12;
 }
 .AnyTagClassName
 {
   color: #6E9A12;
 }
</style>

background-color css

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

 a { background-color: rgb(110,154,18); }

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

border-color css

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

 span { border-color: rgb(110,154,18); }

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