Html Css Color HEX #659002 Olive Drab

📋 copy color: '#659002'

red 101 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #659002

Tints of Olive Drab #659002

RGB

 RED value IS 101 (39.84% from 255) = 40.89%

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 40.89%
G = 58.3%
B = 0.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#659002 (or 0x659002) is known color: Olive Drab. HEX triplet: 65, 90 and 02. RGB value is (101,144,2). Sum of RGB (Red+Green+Blue) = 101+144+2=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #659002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659002 is #9A6FFD. Grayscale: #737373. Windows color (decimal): -10121214 or 168037. OLE color: 168037.

HSL color Cylindrical-coordinate representation of color #659002: hue angle of 78.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #659002 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 2 -
CMYK 0.30 0 0.99 0.44
HSL 78.17º 0.97% 0.29% -
HSV(B) 78.17º 0.99% 0.56% -
XYZ 15.35 22.72 3.63 -
YUV 114.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 101 144 2 0.30 0 0.99 0.44 78.17 0.97 0.29
Hex 65 90 2 1E 0 63 2C 4E 61 1D
Octal 145 220 2 36 0 143 54 116 141 35
Binary 1100101 10010000 10 11110 0 1100011 101100 1001110 1100001 11101

Color Harmonies of #659002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659002

Black with #659002

Text Example


Text Example

White with #659002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659002; }

 p { color: rgb(101,144,2); }

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

background-color css

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

 a { background-color: rgb(101,144,2); }

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

border-color css

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

 span { border-color: rgb(101,144,2); }

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