Html Css Color HEX #609650 Hippie Green

📋 copy color: '#609650'

red 96 ◦ green 150 ◦ blue 80

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

Shades of Hippie Green #609650

Tints of Hippie Green #609650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.01%

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

R = 29.45%
G = 46.01%
B = 24.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#609650 (or 0x609650) is known color: Hippie Green. HEX triplet: 60, 96 and 50. RGB value is (96,150,80). Sum of RGB (Red+Green+Blue) = 96+150+80=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #609650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609650 is #9F69AF. Grayscale: #7E7E7E. Windows color (decimal): -10447280 or 5281376. OLE color: 5281376.

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

Color convert

RGB 96 150 80 -
CMYK 0.36 0 0.47 0.41
HSL 106.29º 0.3% 0.45% -
HSV(B) 106.29º 0.47% 0.59% -
XYZ 17.18 24.88 11.49 -
YUV 125.87 102.11 106.69 -
System Red Green Blue C M Y K H S L
Decimal 96 150 80 0.36 0 0.47 0.41 106.29 0.3 0.45
Hex 60 96 50 24 0 2F 29 6A 1E 2D
Octal 140 226 120 44 0 57 51 152 36 55
Binary 1100000 10010110 1010000 100100 0 101111 101001 1101010 11110 101101

Color Harmonies of #609650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609650

Black with #609650

Text Example


Text Example

White with #609650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609650; }

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

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

background-color css

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

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

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

border-color css

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

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

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