Html Css Color HEX #609500 Olive Drab

📋 copy color: '#609500'

red 96 ◦ green 149 ◦ blue 0

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

Shades of Olive Drab #609500

Tints of Olive Drab #609500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.18%
G = 60.82%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#609500 (or 0x609500) is known color: Olive Drab. HEX triplet: 60, 95 and 00. RGB value is (96,149,0). Sum of RGB (Red+Green+Blue) = 96+149+0=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #609500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609500 is #9F6AFF. Grayscale: #747474. Windows color (decimal): -10447616 or 38240. OLE color: 38240.

HSL color Cylindrical-coordinate representation of color #609500: hue angle of 81.34º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #609500 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 149 0 -
CMYK 0.36 0 1 0.42
HSL 81.34º 1% 0.29% -
HSV(B) 81.34º 1% 0.58% -
XYZ 15.57 23.98 3.81 -
YUV 116.17 62.44 113.62 -
System Red Green Blue C M Y K H S L
Decimal 96 149 0 0.36 0 1 0.42 81.34 1 0.29
Hex 60 95 0 24 0 64 2A 51 64 1D
Octal 140 225 0 44 0 144 52 121 144 35
Binary 1100000 10010101 0 100100 0 1100100 101010 1010001 1100100 11101

Color Harmonies of #609500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609500

Black with #609500

Text Example


Text Example

White with #609500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609500; }

 p { color: rgb(96,149,0); }

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

background-color css

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

 a { background-color: rgb(96,149,0); }

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

border-color css

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

 span { border-color: rgb(96,149,0); }

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