Html Css Color HEX #609201 Olive Drab

📋 copy color: '#609201'

red 96 ◦ green 146 ◦ blue 1

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

Shades of Olive Drab #609201

Tints of Olive Drab #609201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.08%

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

R = 39.51%
G = 60.08%
B = 0.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#609201 (or 0x609201) is known color: Olive Drab. HEX triplet: 60, 92 and 01. RGB value is (96,146,1). Sum of RGB (Red+Green+Blue) = 96+146+1=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #609201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609201 is #9F6DFE. Grayscale: #737373. Windows color (decimal): -10448383 or 103008. OLE color: 103008.

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

Color convert

RGB 96 146 1 -
CMYK 0.34 0 0.99 0.43
HSL 80.69º 0.99% 0.29% -
HSV(B) 80.69º 0.99% 0.57% -
XYZ 15.11 23.05 3.68 -
YUV 114.52 63.94 114.79 -
System Red Green Blue C M Y K H S L
Decimal 96 146 1 0.34 0 0.99 0.43 80.69 0.99 0.29
Hex 60 92 1 22 0 63 2B 51 63 1D
Octal 140 222 1 42 0 143 53 121 143 35
Binary 1100000 10010010 1 100010 0 1100011 101011 1010001 1100011 11101

Color Harmonies of #609201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609201

Black with #609201

Text Example


Text Example

White with #609201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609201; }

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

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

background-color css

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

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

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

border-color css

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

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

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