Html Css Color HEX #659950 Hippie Green

📋 copy color: '#659950'

red 101 ◦ green 153 ◦ blue 80

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

Shades of Hippie Green #659950

Tints of Hippie Green #659950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 30.24%
G = 45.81%
B = 23.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#659950 (or 0x659950) is known color: Hippie Green. HEX triplet: 65, 99 and 50. RGB value is (101,153,80). Sum of RGB (Red+Green+Blue) = 101+153+80=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #659950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659950 is #9A66AF. Grayscale: #818181. Windows color (decimal): -10118832 or 5282149. OLE color: 5282149.

HSL color Cylindrical-coordinate representation of color #659950: hue angle of 102.74º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #659950 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 80 -
CMYK 0.34 0 0.48 0.4
HSL 102.74º 0.31% 0.46% -
HSV(B) 102.74º 0.48% 0.6% -
XYZ 18.21 26.13 11.67 -
YUV 129.13 100.27 107.94 -
System Red Green Blue C M Y K H S L
Decimal 101 153 80 0.34 0 0.48 0.4 102.74 0.31 0.46
Hex 65 99 50 22 0 30 28 67 1F 2E
Octal 145 231 120 42 0 60 50 147 37 56
Binary 1100101 10011001 1010000 100010 0 110000 101000 1100111 11111 101110

Color Harmonies of #659950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659950

Black with #659950

Text Example


Text Example

White with #659950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659950; }

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

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

background-color css

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

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

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

border-color css

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

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

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