Html Css Color HEX #6C9716 Olive Drab

📋 copy color: '#6C9716'

red 108 ◦ green 151 ◦ blue 22

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

Shades of Olive Drab #6C9716

Tints of Olive Drab #6C9716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.74%

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

R = 38.43%
G = 53.74%
B = 7.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#6C9716 (or 0x6C9716) is known color: Olive Drab. HEX triplet: 6C, 97 and 16. RGB value is (108,151,22). Sum of RGB (Red+Green+Blue) = 108+151+22=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #6C9716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9716 is #9368E9. Grayscale: #7B7B7B. Windows color (decimal): -9660650 or 1480556. OLE color: 1480556.

HSL color Cylindrical-coordinate representation of color #6C9716: hue angle of 80º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C9716 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 151 22 -
CMYK 0.28 0 0.85 0.41
HSL 80º 0.75% 0.34% -
HSV(B) 80º 0.85% 0.59% -
XYZ 17.4 25.38 4.74 -
YUV 123.44 70.75 116.99 -
System Red Green Blue C M Y K H S L
Decimal 108 151 22 0.28 0 0.85 0.41 80 0.75 0.34
Hex 6C 97 16 1C 0 55 29 50 4B 22
Octal 154 227 26 34 0 125 51 120 113 42
Binary 1101100 10010111 10110 11100 0 1010101 101001 1010000 1001011 100010

Color Harmonies of #6C9716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9716

Black with #6C9716

Text Example


Text Example

White with #6C9716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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