Html Css Color HEX #6A900E Olive Drab

📋 copy color: '#6A900E'

red 106 ◦ green 144 ◦ blue 14

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

Shades of Olive Drab #6A900E

Tints of Olive Drab #6A900E

RGB

 RED value IS 106 (41.8% from 255) = 40.15%

 GREEN value IS 144 (56.64% from 255) = 54.55%

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 40.15%
G = 54.55%
B = 5.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#6A900E (or 0x6A900E) is known color: Olive Drab. HEX triplet: 6A, 90 and 0E. RGB value is (106,144,14). Sum of RGB (Red+Green+Blue) = 106+144+14=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #6A900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A900E is #956FF1. Grayscale: #767676. Windows color (decimal): -9793522 or 954474. OLE color: 954474.

HSL color Cylindrical-coordinate representation of color #6A900E: hue angle of 77.54º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A900E is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 144 14 -
CMYK 0.26 0 0.90 0.44
HSL 77.54º 0.82% 0.31% -
HSV(B) 77.54º 0.9% 0.56% -
XYZ 16 23.04 4.02 -
YUV 117.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 106 144 14 0.26 0 0.90 0.44 77.54 0.82 0.31
Hex 6A 90 E 1A 0 5A 2C 4E 52 1F
Octal 152 220 16 32 0 132 54 116 122 37
Binary 1101010 10010000 1110 11010 0 1011010 101100 1001110 1010010 11111

Color Harmonies of #6A900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A900E

Black with #6A900E

Text Example


Text Example

White with #6A900E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,144,14); }

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

background-color css

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

 a { background-color: rgb(106,144,14); }

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

border-color css

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

 span { border-color: rgb(106,144,14); }

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