Html Css Color HEX #6C8310 Olive Drab

📋 copy color: '#6C8310'

red 108 ◦ green 131 ◦ blue 16

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

Shades of Olive Drab #6C8310

Tints of Olive Drab #6C8310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.37%

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

R = 42.35%
G = 51.37%
B = 6.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#6C8310 (or 0x6C8310) is known color: Olive Drab. HEX triplet: 6C, 83 and 10. RGB value is (108,131,16). Sum of RGB (Red+Green+Blue) = 108+131+16=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8310 is #937CEF. Grayscale: #6F6F6F. Windows color (decimal): -9665776 or 1082220. OLE color: 1082220.

HSL color Cylindrical-coordinate representation of color #6C8310: hue angle of 72º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C8310 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 131 16 -
CMYK 0.18 0 0.88 0.49
HSL 72º 0.78% 0.29% -
HSV(B) 72º 0.88% 0.51% -
XYZ 14.39 19.46 3.49 -
YUV 111.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 108 131 16 0.18 0 0.88 0.49 72 0.78 0.29
Hex 6C 83 10 12 0 58 31 48 4E 1D
Octal 154 203 20 22 0 130 61 110 116 35
Binary 1101100 10000011 10000 10010 0 1011000 110001 1001000 1001110 11101

Color Harmonies of #6C8310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8310

Black with #6C8310

Text Example


Text Example

White with #6C8310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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