Html Css Color HEX #6C9515 Olive Drab

📋 copy color: '#6C9515'

red 108 ◦ green 149 ◦ blue 21

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

Shades of Olive Drab #6C9515

Tints of Olive Drab #6C9515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.6%

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

R = 38.85%
G = 53.6%
B = 7.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#6C9515 (or 0x6C9515) is known color: Olive Drab. HEX triplet: 6C, 95 and 15. RGB value is (108,149,21). Sum of RGB (Red+Green+Blue) = 108+149+21=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9515 is #936AEA. Grayscale: #7A7A7A. Windows color (decimal): -9661163 or 1414508. OLE color: 1414508.

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

Color convert

RGB 108 149 21 -
CMYK 0.28 0 0.86 0.42
HSL 79.22º 0.75% 0.33% -
HSV(B) 79.22º 0.86% 0.58% -
XYZ 17.07 24.74 4.58 -
YUV 122.15 70.92 117.91 -
System Red Green Blue C M Y K H S L
Decimal 108 149 21 0.28 0 0.86 0.42 79.22 0.75 0.33
Hex 6C 95 15 1C 0 56 2A 4F 4B 21
Octal 154 225 25 34 0 126 52 117 113 41
Binary 1101100 10010101 10101 11100 0 1010110 101010 1001111 1001011 100001

Color Harmonies of #6C9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9515

Black with #6C9515

Text Example


Text Example

White with #6C9515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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