Html Css Color HEX #6E990A Christi

📋 copy color: '#6E990A'

red 110 ◦ green 153 ◦ blue 10

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

Shades of Christi #6E990A

Tints of Christi #6E990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.04%

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 40.29%
G = 56.04%
B = 3.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#6E990A (or 0x6E990A) is known color: Christi. HEX triplet: 6E, 99 and 0A. RGB value is (110,153,10). Sum of RGB (Red+Green+Blue) = 110+153+10=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #6E990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E990A is #9166F5. Grayscale: #7C7C7C. Windows color (decimal): -9529078 or 694638. OLE color: 694638.

HSL color Cylindrical-coordinate representation of color #6E990A: hue angle of 78.04º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E990A is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 153 10 -
CMYK 0.28 0 0.93 0.4
HSL 78.04º 0.88% 0.32% -
HSV(B) 78.04º 0.93% 0.6% -
XYZ 17.88 26.12 4.39 -
YUV 123.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 110 153 10 0.28 0 0.93 0.4 78.04 0.88 0.32
Hex 6E 99 A 1C 0 5D 28 4E 58 20
Octal 156 231 12 34 0 135 50 116 130 40
Binary 1101110 10011001 1010 11100 0 1011101 101000 1001110 1011000 100000

Color Harmonies of #6E990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E990A

Black with #6E990A

Text Example


Text Example

White with #6E990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,153,10); }

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

background-color css

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

 a { background-color: rgb(110,153,10); }

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

border-color css

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

 span { border-color: rgb(110,153,10); }

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