Html Css Color HEX #6C9015 Olive Drab

📋 copy color: '#6C9015'

red 108 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #6C9015

Tints of Olive Drab #6C9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.75%

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

R = 39.56%
G = 52.75%
B = 7.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#6C9015 (or 0x6C9015) is known color: Olive Drab. HEX triplet: 6C, 90 and 15. RGB value is (108,144,21). Sum of RGB (Red+Green+Blue) = 108+144+21=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9015 is #936FEA. Grayscale: #777777. Windows color (decimal): -9662443 or 1413228. OLE color: 1413228.

HSL color Cylindrical-coordinate representation of color #6C9015: hue angle of 77.56º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C9015 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 144 21 -
CMYK 0.25 0 0.85 0.44
HSL 77.56º 0.75% 0.32% -
HSV(B) 77.56º 0.85% 0.56% -
XYZ 16.29 23.19 4.33 -
YUV 119.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 108 144 21 0.25 0 0.85 0.44 77.56 0.75 0.32
Hex 6C 90 15 19 0 55 2C 4E 4B 20
Octal 154 220 25 31 0 125 54 116 113 40
Binary 1101100 10010000 10101 11001 0 1010101 101100 1001110 1001011 100000

Color Harmonies of #6C9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9015

Black with #6C9015

Text Example


Text Example

White with #6C9015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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