Html Css Color HEX #6C8113 Olive Drab

📋 copy color: '#6C8113'

red 108 ◦ green 129 ◦ blue 19

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

Shades of Olive Drab #6C8113

Tints of Olive Drab #6C8113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 42.19%
G = 50.39%
B = 7.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#6C8113 (or 0x6C8113) is known color: Olive Drab. HEX triplet: 6C, 81 and 13. RGB value is (108,129,19). Sum of RGB (Red+Green+Blue) = 108+129+19=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8113 is #937EEC. Grayscale: #6E6E6E. Windows color (decimal): -9666285 or 1278316. OLE color: 1278316.

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

Color convert

RGB 108 129 19 -
CMYK 0.16 0 0.85 0.49
HSL 71.45º 0.74% 0.29% -
HSV(B) 71.45º 0.85% 0.51% -
XYZ 14.15 18.94 3.53 -
YUV 110.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 108 129 19 0.16 0 0.85 0.49 71.45 0.74 0.29
Hex 6C 81 13 10 0 55 31 47 4A 1D
Octal 154 201 23 20 0 125 61 107 112 35
Binary 1101100 10000001 10011 10000 0 1010101 110001 1000111 1001010 11101

Color Harmonies of #6C8113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8113

Black with #6C8113

Text Example


Text Example

White with #6C8113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,129,19); }

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

background-color css

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

 a { background-color: rgb(108,129,19); }

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

border-color css

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

 span { border-color: rgb(108,129,19); }

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