Html Css Color HEX #6A8816 Olive Drab

📋 copy color: '#6A8816'

red 106 ◦ green 136 ◦ blue 22

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

Shades of Olive Drab #6A8816

Tints of Olive Drab #6A8816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.52%

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

R = 40.15%
G = 51.52%
B = 8.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#6A8816 (or 0x6A8816) is known color: Olive Drab. HEX triplet: 6A, 88 and 16. RGB value is (106,136,22). Sum of RGB (Red+Green+Blue) = 106+136+22=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8816 is #9577E9. Grayscale: #727272. Windows color (decimal): -9795562 or 1476714. OLE color: 1476714.

HSL color Cylindrical-coordinate representation of color #6A8816: hue angle of 75.79º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A8816 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 136 22 -
CMYK 0.22 0 0.84 0.47
HSL 75.79º 0.72% 0.31% -
HSV(B) 75.79º 0.84% 0.53% -
XYZ 14.89 20.73 3.98 -
YUV 114.03 76.06 122.27 -
System Red Green Blue C M Y K H S L
Decimal 106 136 22 0.22 0 0.84 0.47 75.79 0.72 0.31
Hex 6A 88 16 16 0 54 2F 4C 48 1F
Octal 152 210 26 26 0 124 57 114 110 37
Binary 1101010 10001000 10110 10110 0 1010100 101111 1001100 1001000 11111

Color Harmonies of #6A8816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8816

Black with #6A8816

Text Example


Text Example

White with #6A8816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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