Html Css Color HEX #6C8716 Olive Drab

📋 copy color: '#6C8716'

red 108 ◦ green 135 ◦ blue 22

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

Shades of Olive Drab #6C8716

Tints of Olive Drab #6C8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.94%

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

R = 40.75%
G = 50.94%
B = 8.3%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#6C8716 (or 0x6C8716) is known color: Olive Drab. HEX triplet: 6C, 87 and 16. RGB value is (108,135,22). Sum of RGB (Red+Green+Blue) = 108+135+22=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8716 is #9378E9. Grayscale: #727272. Windows color (decimal): -9664746 or 1476460. OLE color: 1476460.

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

Color convert

RGB 108 135 22 -
CMYK 0.2 0 0.84 0.47
HSL 74.34º 0.72% 0.31% -
HSV(B) 74.34º 0.84% 0.53% -
XYZ 14.99 20.57 3.94 -
YUV 114.05 76.05 123.69 -
System Red Green Blue C M Y K H S L
Decimal 108 135 22 0.2 0 0.84 0.47 74.34 0.72 0.31
Hex 6C 87 16 14 0 54 2F 4A 48 1F
Octal 154 207 26 24 0 124 57 112 110 37
Binary 1101100 10000111 10110 10100 0 1010100 101111 1001010 1001000 11111

Color Harmonies of #6C8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8716

Black with #6C8716

Text Example


Text Example

White with #6C8716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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