Html Css Color HEX #609015 Olive Drab

📋 copy color: '#609015'

red 96 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #609015

Tints of Olive Drab #609015

RGB

 RED value IS 96 (37.89% from 255) = 36.78%

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

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

R = 36.78%
G = 55.17%
B = 8.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#609015 (or 0x609015) is known color: Olive Drab. HEX triplet: 60, 90 and 15. RGB value is (96,144,21). Sum of RGB (Red+Green+Blue) = 96+144+21=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #609015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609015 is #9F6FEA. Grayscale: #747474. Windows color (decimal): -10448875 or 1413216. OLE color: 1413216.

HSL color Cylindrical-coordinate representation of color #609015: hue angle of 83.41º 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 #609015 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 21 -
CMYK 0.33 0 0.85 0.44
HSL 83.41º 0.75% 0.32% -
HSV(B) 83.41º 0.85% 0.56% -
XYZ 14.93 22.49 4.26 -
YUV 115.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 96 144 21 0.33 0 0.85 0.44 83.41 0.75 0.32
Hex 60 90 15 21 0 55 2C 53 4B 20
Octal 140 220 25 41 0 125 54 123 113 40
Binary 1100000 10010000 10101 100001 0 1010101 101100 1010011 1001011 100000

Color Harmonies of #609015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609015

Black with #609015

Text Example


Text Example

White with #609015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609015; }

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

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

background-color css

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

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

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

border-color css

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

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

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