Html Css Color HEX #6A8016 Olive Drab

📋 copy color: '#6A8016'

red 106 ◦ green 128 ◦ blue 22

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

Shades of Olive Drab #6A8016

Tints of Olive Drab #6A8016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 41.41%
G = 50%
B = 8.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#6A8016 (or 0x6A8016) is known color: Olive Drab. HEX triplet: 6A, 80 and 16. RGB value is (106,128,22). Sum of RGB (Red+Green+Blue) = 106+128+22=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8016 is #957FE9. Grayscale: #6D6D6D. Windows color (decimal): -9797610 or 1474666. OLE color: 1474666.

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

Color convert

RGB 106 128 22 -
CMYK 0.17 0 0.83 0.50
HSL 72.45º 0.71% 0.29% -
HSV(B) 72.45º 0.83% 0.5% -
XYZ 13.81 18.56 3.61 -
YUV 109.34 78.71 125.62 -
System Red Green Blue C M Y K H S L
Decimal 106 128 22 0.17 0 0.83 0.50 72.45 0.71 0.29
Hex 6A 80 16 11 0 53 32 48 47 1D
Octal 152 200 26 21 0 123 62 110 107 35
Binary 1101010 10000000 10110 10001 0 1010011 110010 1001000 1000111 11101

Color Harmonies of #6A8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8016

Black with #6A8016

Text Example


Text Example

White with #6A8016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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