Html Css Color HEX #659001 Olive Drab

📋 copy color: '#659001'

red 101 ◦ green 144 ◦ blue 1

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

Shades of Olive Drab #659001

Tints of Olive Drab #659001

RGB

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

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

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

R = 41.06%
G = 58.54%
B = 0.41%

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

#659001 (or 0x659001) is known color: Olive Drab. HEX triplet: 65, 90 and 01. RGB value is (101,144,1). Sum of RGB (Red+Green+Blue) = 101+144+1=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #659001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659001 is #9A6FFE. Grayscale: #737373. Windows color (decimal): -10121215 or 102501. OLE color: 102501.

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

Color convert

RGB 101 144 1 -
CMYK 0.30 0 0.99 0.44
HSL 78.04º 0.99% 0.28% -
HSV(B) 78.04º 0.99% 0.56% -
XYZ 15.35 22.72 3.6 -
YUV 114.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 101 144 1 0.30 0 0.99 0.44 78.04 0.99 0.28
Hex 65 90 1 1E 0 63 2C 4E 63 1C
Octal 145 220 1 36 0 143 54 116 143 34
Binary 1100101 10010000 1 11110 0 1100011 101100 1001110 1100011 11100

Color Harmonies of #659001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659001

Black with #659001

Text Example


Text Example

White with #659001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659001; }

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

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

background-color css

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

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

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

border-color css

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

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

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