Html Css Color HEX #6C8715 Olive Drab

📋 copy color: '#6C8715'

red 108 ◦ green 135 ◦ blue 21

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

Shades of Olive Drab #6C8715

Tints of Olive Drab #6C8715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.14%

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 40.91%
G = 51.14%
B = 7.95%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#6C8715 (or 0x6C8715) is known color: Olive Drab. HEX triplet: 6C, 87 and 15. RGB value is (108,135,21). Sum of RGB (Red+Green+Blue) = 108+135+21=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8715 is #9378EA. Grayscale: #727272. Windows color (decimal): -9664747 or 1410924. OLE color: 1410924.

HSL color Cylindrical-coordinate representation of color #6C8715: hue angle of 74.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C8715 is Cyan = 0.2, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 21 -
CMYK 0.2 0 0.84 0.47
HSL 74.21º 0.73% 0.31% -
HSV(B) 74.21º 0.84% 0.53% -
XYZ 14.98 20.57 3.89 -
YUV 113.93 75.55 123.77 -
System Red Green Blue C M Y K H S L
Decimal 108 135 21 0.2 0 0.84 0.47 74.21 0.73 0.31
Hex 6C 87 15 14 0 54 2F 4A 49 1F
Octal 154 207 25 24 0 124 57 112 111 37
Binary 1101100 10000111 10101 10100 0 1010100 101111 1001010 1001001 11111

Color Harmonies of #6C8715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8715

Black with #6C8715

Text Example


Text Example

White with #6C8715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,135,21); }

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

background-color css

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

 a { background-color: rgb(108,135,21); }

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

border-color css

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

 span { border-color: rgb(108,135,21); }

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