Html Css Color HEX #659910 Olive Drab

📋 copy color: '#659910'

red 101 ◦ green 153 ◦ blue 16

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

Shades of Olive Drab #659910

Tints of Olive Drab #659910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.67%

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 37.41%
G = 56.67%
B = 5.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#659910 (or 0x659910) is known color: Olive Drab. HEX triplet: 65, 99 and 10. RGB value is (101,153,16). Sum of RGB (Red+Green+Blue) = 101+153+16=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #659910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659910 is #9A66EF. Grayscale: #7A7A7A. Windows color (decimal): -10118896 or 1087845. OLE color: 1087845.

HSL color Cylindrical-coordinate representation of color #659910: hue angle of 82.77º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #659910 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 16 -
CMYK 0.34 0 0.90 0.4
HSL 82.77º 0.81% 0.33% -
HSV(B) 82.77º 0.9% 0.6% -
XYZ 16.85 25.59 4.54 -
YUV 121.83 68.27 113.14 -
System Red Green Blue C M Y K H S L
Decimal 101 153 16 0.34 0 0.90 0.4 82.77 0.81 0.33
Hex 65 99 10 22 0 5A 28 53 51 21
Octal 145 231 20 42 0 132 50 123 121 41
Binary 1100101 10011001 10000 100010 0 1011010 101000 1010011 1010001 100001

Color Harmonies of #659910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659910

Black with #659910

Text Example


Text Example

White with #659910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659910; }

 p { color: rgb(101,153,16); }

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

background-color css

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

 a { background-color: rgb(101,153,16); }

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

border-color css

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

 span { border-color: rgb(101,153,16); }

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