Html Css Color HEX #6C8816 Olive Drab

📋 copy color: '#6C8816'

red 108 ◦ green 136 ◦ blue 22

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

Shades of Olive Drab #6C8816

Tints of Olive Drab #6C8816

RGB

 RED value IS 108 (42.58% from 255) = 40.6%

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

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

R = 40.6%
G = 51.13%
B = 8.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#6C8816 (or 0x6C8816) is known color: Olive Drab. HEX triplet: 6C, 88 and 16. RGB value is (108,136,22). Sum of RGB (Red+Green+Blue) = 108+136+22=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8816 is #9377E9. Grayscale: #737373. Windows color (decimal): -9664490 or 1476716. OLE color: 1476716.

HSL color Cylindrical-coordinate representation of color #6C8816: hue angle of 74.74º 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 #6C8816 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 136 22 -
CMYK 0.21 0 0.84 0.47
HSL 74.74º 0.72% 0.31% -
HSV(B) 74.74º 0.84% 0.53% -
XYZ 15.13 20.85 3.99 -
YUV 114.63 75.72 123.27 -
System Red Green Blue C M Y K H S L
Decimal 108 136 22 0.21 0 0.84 0.47 74.74 0.72 0.31
Hex 6C 88 16 15 0 54 2F 4B 48 1F
Octal 154 210 26 25 0 124 57 113 110 37
Binary 1101100 10001000 10110 10101 0 1010100 101111 1001011 1001000 11111

Color Harmonies of #6C8816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8816

Black with #6C8816

Text Example


Text Example

White with #6C8816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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