Html Css Color HEX #6C9313 Olive Drab

📋 copy color: '#6C9313'

red 108 ◦ green 147 ◦ blue 19

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

Shades of Olive Drab #6C9313

Tints of Olive Drab #6C9313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.65%

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

R = 39.42%
G = 53.65%
B = 6.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#6C9313 (or 0x6C9313) is known color: Olive Drab. HEX triplet: 6C, 93 and 13. RGB value is (108,147,19). Sum of RGB (Red+Green+Blue) = 108+147+19=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9313 is #936CEC. Grayscale: #797979. Windows color (decimal): -9661677 or 1282924. OLE color: 1282924.

HSL color Cylindrical-coordinate representation of color #6C9313: hue angle of 78.28º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C9313 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 147 19 -
CMYK 0.27 0 0.87 0.42
HSL 78.28º 0.77% 0.33% -
HSV(B) 78.28º 0.87% 0.58% -
XYZ 16.74 24.1 4.39 -
YUV 120.75 70.58 118.91 -
System Red Green Blue C M Y K H S L
Decimal 108 147 19 0.27 0 0.87 0.42 78.28 0.77 0.33
Hex 6C 93 13 1B 0 57 2A 4E 4D 21
Octal 154 223 23 33 0 127 52 116 115 41
Binary 1101100 10010011 10011 11011 0 1010111 101010 1001110 1001101 100001

Color Harmonies of #6C9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9313

Black with #6C9313

Text Example


Text Example

White with #6C9313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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