Html Css Color HEX #609301 Olive Drab

📋 copy color: '#609301'

red 96 ◦ green 147 ◦ blue 1

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

Shades of Olive Drab #609301

Tints of Olive Drab #609301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 60.25%

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

R = 39.34%
G = 60.25%
B = 0.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#609301 (or 0x609301) is known color: Olive Drab. HEX triplet: 60, 93 and 01. RGB value is (96,147,1). Sum of RGB (Red+Green+Blue) = 96+147+1=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #609301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609301 is #9F6CFE. Grayscale: #737373. Windows color (decimal): -10448127 or 103264. OLE color: 103264.

HSL color Cylindrical-coordinate representation of color #609301: hue angle of 80.96º 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 #609301 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 1 -
CMYK 0.35 0 0.99 0.42
HSL 80.96º 0.99% 0.29% -
HSV(B) 80.96º 0.99% 0.58% -
XYZ 15.26 23.36 3.73 -
YUV 115.11 63.6 114.37 -
System Red Green Blue C M Y K H S L
Decimal 96 147 1 0.35 0 0.99 0.42 80.96 0.99 0.29
Hex 60 93 1 23 0 63 2A 51 63 1D
Octal 140 223 1 43 0 143 52 121 143 35
Binary 1100000 10010011 1 100011 0 1100011 101010 1010001 1100011 11101

Color Harmonies of #609301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609301

Black with #609301

Text Example


Text Example

White with #609301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609301; }

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

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

background-color css

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

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

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

border-color css

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

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

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