Html Css Color HEX #609950 Hippie Green

📋 copy color: '#609950'

red 96 ◦ green 153 ◦ blue 80

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

Shades of Hippie Green #609950

Tints of Hippie Green #609950

RGB

 RED value IS 96 (37.89% from 255) = 29.18%

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

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

R = 29.18%
G = 46.5%
B = 24.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#609950 (or 0x609950) is known color: Hippie Green. HEX triplet: 60, 99 and 50. RGB value is (96,153,80). Sum of RGB (Red+Green+Blue) = 96+153+80=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #609950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609950 is #9F66AF. Grayscale: #7F7F7F. Windows color (decimal): -10446512 or 5282144. OLE color: 5282144.

HSL color Cylindrical-coordinate representation of color #609950: hue angle of 106.85º 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 #609950 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 80 -
CMYK 0.37 0 0.48 0.4
HSL 106.85º 0.31% 0.46% -
HSV(B) 106.85º 0.48% 0.6% -
XYZ 17.66 25.85 11.65 -
YUV 127.64 101.12 105.44 -
System Red Green Blue C M Y K H S L
Decimal 96 153 80 0.37 0 0.48 0.4 106.85 0.31 0.46
Hex 60 99 50 25 0 30 28 6B 1F 2E
Octal 140 231 120 45 0 60 50 153 37 56
Binary 1100000 10011001 1010000 100101 0 110000 101000 1101011 11111 101110

Color Harmonies of #609950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609950

Black with #609950

Text Example


Text Example

White with #609950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609950; }

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

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

background-color css

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

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

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

border-color css

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

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

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