Html Css Color HEX #609501 Olive Drab

📋 copy color: '#609501'

red 96 ◦ green 149 ◦ blue 1

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

Shades of Olive Drab #609501

Tints of Olive Drab #609501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 39.02%
G = 60.57%
B = 0.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#609501 (or 0x609501) is known color: Olive Drab. HEX triplet: 60, 95 and 01. RGB value is (96,149,1). Sum of RGB (Red+Green+Blue) = 96+149+1=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #609501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609501 is #9F6AFE. Grayscale: #747474. Windows color (decimal): -10447615 or 103776. OLE color: 103776.

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

Color convert

RGB 96 149 1 -
CMYK 0.36 0 0.99 0.42
HSL 81.49º 0.99% 0.29% -
HSV(B) 81.49º 0.99% 0.58% -
XYZ 15.58 23.98 3.84 -
YUV 116.28 62.94 113.53 -
System Red Green Blue C M Y K H S L
Decimal 96 149 1 0.36 0 0.99 0.42 81.49 0.99 0.29
Hex 60 95 1 24 0 63 2A 51 63 1D
Octal 140 225 1 44 0 143 52 121 143 35
Binary 1100000 10010101 1 100100 0 1100011 101010 1010001 1100011 11101

Color Harmonies of #609501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609501

Black with #609501

Text Example


Text Example

White with #609501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609501; }

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

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

background-color css

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

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

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

border-color css

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

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

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