Html Css Color HEX #6EAA0F Christi

📋 copy color: '#6EAA0F'

red 110 ◦ green 170 ◦ blue 15

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

Shades of Christi #6EAA0F

Tints of Christi #6EAA0F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 57.63%

 BLUE value IS 15 (6.25% from 255) = 5.08%

R = 37.29%
G = 57.63%
B = 5.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#6EAA0F (or 0x6EAA0F) is known color: Christi. HEX triplet: 6E, AA and 0F. RGB value is (110,170,15). Sum of RGB (Red+Green+Blue) = 110+170+15=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAA0F is #9155F0. Grayscale: #868686. Windows color (decimal): -9524721 or 1026670. OLE color: 1026670.

HSL color Cylindrical-coordinate representation of color #6EAA0F: hue angle of 83.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EAA0F is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 170 15 -
CMYK 0.35 0 0.91 0.33
HSL 83.23º 0.84% 0.36% -
HSV(B) 83.23º 0.91% 0.67% -
XYZ 20.89 32.1 5.55 -
YUV 134.39 60.62 110.6 -
System Red Green Blue C M Y K H S L
Decimal 110 170 15 0.35 0 0.91 0.33 83.23 0.84 0.36
Hex 6E AA F 23 0 5B 21 53 54 24
Octal 156 252 17 43 0 133 41 123 124 44
Binary 1101110 10101010 1111 100011 0 1011011 100001 1010011 1010100 100100

Color Harmonies of #6EAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAA0F

Black with #6EAA0F

Text Example


Text Example

White with #6EAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,170,15); }

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

background-color css

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

 a { background-color: rgb(110,170,15); }

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

border-color css

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

 span { border-color: rgb(110,170,15); }

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