Html Css Color HEX #6C8510 Olive Drab

📋 copy color: '#6C8510'

red 108 ◦ green 133 ◦ blue 16

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

Shades of Olive Drab #6C8510

Tints of Olive Drab #6C8510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 42.02%
G = 51.75%
B = 6.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#6C8510 (or 0x6C8510) is known color: Olive Drab. HEX triplet: 6C, 85 and 10. RGB value is (108,133,16). Sum of RGB (Red+Green+Blue) = 108+133+16=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8510 is #937AEF. Grayscale: #707070. Windows color (decimal): -9665264 or 1082732. OLE color: 1082732.

HSL color Cylindrical-coordinate representation of color #6C8510: hue angle of 72.82º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C8510 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 16 -
CMYK 0.19 0 0.88 0.48
HSL 72.82º 0.79% 0.29% -
HSV(B) 72.82º 0.88% 0.52% -
XYZ 14.67 20 3.58 -
YUV 112.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 108 133 16 0.19 0 0.88 0.48 72.82 0.79 0.29
Hex 6C 85 10 13 0 58 30 49 4F 1D
Octal 154 205 20 23 0 130 60 111 117 35
Binary 1101100 10000101 10000 10011 0 1011000 110000 1001001 1001111 11101

Color Harmonies of #6C8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8510

Black with #6C8510

Text Example


Text Example

White with #6C8510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,16); }

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

background-color css

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

 a { background-color: rgb(108,133,16); }

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

border-color css

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

 span { border-color: rgb(108,133,16); }

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