Html Css Color HEX #659700 Olive Drab

📋 copy color: '#659700'

red 101 ◦ green 151 ◦ blue 0

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

Shades of Olive Drab #659700

Tints of Olive Drab #659700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 59.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.08%
G = 59.92%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#659700 (or 0x659700) is known color: Olive Drab. HEX triplet: 65, 97 and 00. RGB value is (101,151,0). Sum of RGB (Red+Green+Blue) = 101+151+0=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 151 (59.38% from 255 or 59.92% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 151 - color contains mainly: green. Hex color #659700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659700 is #9A68FF. Grayscale: #777777. Windows color (decimal): -10119424 or 38757. OLE color: 38757.

HSL color Cylindrical-coordinate representation of color #659700: hue angle of 79.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #659700 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 0 -
CMYK 0.33 0 1 0.41
HSL 79.87º 1% 0.3% -
HSV(B) 79.87º 1% 0.59% -
XYZ 16.43 24.9 3.94 -
YUV 118.84 60.94 115.28 -
System Red Green Blue C M Y K H S L
Decimal 101 151 0 0.33 0 1 0.41 79.87 1 0.3
Hex 65 97 0 21 0 64 29 50 64 1E
Octal 145 227 0 41 0 144 51 120 144 36
Binary 1100101 10010111 0 100001 0 1100100 101001 1010000 1100100 11110

Color Harmonies of #659700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659700

Black with #659700

Text Example


Text Example

White with #659700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659700; }

 p { color: rgb(101,151,0); }

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

background-color css

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

 a { background-color: rgb(101,151,0); }

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

border-color css

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

 span { border-color: rgb(101,151,0); }

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