Html Css Color HEX #659003 Olive Drab

📋 copy color: '#659003'

red 101 ◦ green 144 ◦ blue 3

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

Shades of Olive Drab #659003

Tints of Olive Drab #659003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 40.73%
G = 58.06%
B = 1.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#659003 (or 0x659003) is known color: Olive Drab. HEX triplet: 65, 90 and 03. RGB value is (101,144,3). Sum of RGB (Red+Green+Blue) = 101+144+3=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #659003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659003 is #9A6FFC. Grayscale: #737373. Windows color (decimal): -10121213 or 233573. OLE color: 233573.

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

Color convert

RGB 101 144 3 -
CMYK 0.30 0 0.98 0.44
HSL 78.3º 0.96% 0.29% -
HSV(B) 78.3º 0.98% 0.56% -
XYZ 15.36 22.72 3.66 -
YUV 115.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 101 144 3 0.30 0 0.98 0.44 78.3 0.96 0.29
Hex 65 90 3 1E 0 62 2C 4E 60 1D
Octal 145 220 3 36 0 142 54 116 140 35
Binary 1100101 10010000 11 11110 0 1100010 101100 1001110 1100000 11101

Color Harmonies of #659003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659003

Black with #659003

Text Example


Text Example

White with #659003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659003; }

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

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

background-color css

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

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

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

border-color css

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

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

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