Html Css Color HEX #6C8B16 Olive Drab

📋 copy color: '#6C8B16'

red 108 ◦ green 139 ◦ blue 22

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

Shades of Olive Drab #6C8B16

Tints of Olive Drab #6C8B16

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.67%

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

R = 40.15%
G = 51.67%
B = 8.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#6C8B16 (or 0x6C8B16) is known color: Olive Drab. HEX triplet: 6C, 8B and 16. RGB value is (108,139,22). Sum of RGB (Red+Green+Blue) = 108+139+22=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8B16 is #9374E9. Grayscale: #747474. Windows color (decimal): -9663722 or 1477484. OLE color: 1477484.

HSL color Cylindrical-coordinate representation of color #6C8B16: hue angle of 75.9º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C8B16 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 139 22 -
CMYK 0.22 0 0.84 0.45
HSL 75.9º 0.73% 0.32% -
HSV(B) 75.9º 0.84% 0.55% -
XYZ 15.56 21.71 4.13 -
YUV 116.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 108 139 22 0.22 0 0.84 0.45 75.9 0.73 0.32
Hex 6C 8B 16 16 0 54 2D 4C 49 20
Octal 154 213 26 26 0 124 55 114 111 40
Binary 1101100 10001011 10110 10110 0 1010100 101101 1001100 1001001 100000

Color Harmonies of #6C8B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8B16

Black with #6C8B16

Text Example


Text Example

White with #6C8B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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