Html Css Color HEX #6C8115 Olive Drab

📋 copy color: '#6C8115'

red 108 ◦ green 129 ◦ blue 21

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

Shades of Olive Drab #6C8115

Tints of Olive Drab #6C8115

RGB

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

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

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

R = 41.86%
G = 50%
B = 8.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#6C8115 (or 0x6C8115) is known color: Olive Drab. HEX triplet: 6C, 81 and 15. RGB value is (108,129,21). Sum of RGB (Red+Green+Blue) = 108+129+21=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8115 is #937EEA. Grayscale: #6E6E6E. Windows color (decimal): -9666283 or 1409388. OLE color: 1409388.

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

Color convert

RGB 108 129 21 -
CMYK 0.16 0 0.84 0.49
HSL 71.67º 0.72% 0.29% -
HSV(B) 71.67º 0.84% 0.51% -
XYZ 14.17 18.94 3.62 -
YUV 110.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 108 129 21 0.16 0 0.84 0.49 71.67 0.72 0.29
Hex 6C 81 15 10 0 54 31 48 48 1D
Octal 154 201 25 20 0 124 61 110 110 35
Binary 1101100 10000001 10101 10000 0 1010100 110001 1001000 1001000 11101

Color Harmonies of #6C8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8115

Black with #6C8115

Text Example


Text Example

White with #6C8115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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