Html Css Color HEX #6A8012 Olive Drab

📋 copy color: '#6A8012'

red 106 ◦ green 128 ◦ blue 18

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

Shades of Olive Drab #6A8012

Tints of Olive Drab #6A8012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.79%

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

R = 42.06%
G = 50.79%
B = 7.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#6A8012 (or 0x6A8012) is known color: Olive Drab. HEX triplet: 6A, 80 and 12. RGB value is (106,128,18). Sum of RGB (Red+Green+Blue) = 106+128+18=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8012 is #957FED. Grayscale: #6D6D6D. Windows color (decimal): -9797614 or 1212522. OLE color: 1212522.

HSL color Cylindrical-coordinate representation of color #6A8012: hue angle of 72º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A8012 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 128 18 -
CMYK 0.17 0 0.86 0.50
HSL 72º 0.75% 0.29% -
HSV(B) 72º 0.86% 0.5% -
XYZ 13.77 18.55 3.43 -
YUV 108.88 76.71 125.94 -
System Red Green Blue C M Y K H S L
Decimal 106 128 18 0.17 0 0.86 0.50 72 0.75 0.29
Hex 6A 80 12 11 0 56 32 48 4B 1D
Octal 152 200 22 21 0 126 62 110 113 35
Binary 1101010 10000000 10010 10001 0 1010110 110010 1001000 1001011 11101

Color Harmonies of #6A8012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8012

Black with #6A8012

Text Example


Text Example

White with #6A8012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,128,18); }

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

background-color css

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

 a { background-color: rgb(106,128,18); }

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

border-color css

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

 span { border-color: rgb(106,128,18); }

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