Html Css Color HEX #609962 Hippie Green

📋 copy color: '#609962'

red 96 ◦ green 153 ◦ blue 98

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

Shades of Hippie Green #609962

Tints of Hippie Green #609962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 27.67%
G = 44.09%
B = 28.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#609962 (or 0x609962) is known color: Hippie Green. HEX triplet: 60, 99 and 62. RGB value is (96,153,98). Sum of RGB (Red+Green+Blue) = 96+153+98=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #609962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609962 is #9F669D. Grayscale: #818181. Windows color (decimal): -10446494 or 6461792. OLE color: 6461792.

HSL color Cylindrical-coordinate representation of color #609962: hue angle of 122.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609962 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 98 -
CMYK 0.37 0 0.36 0.4
HSL 122.11º 0.23% 0.49% -
HSV(B) 122.11º 0.37% 0.6% -
XYZ 18.42 26.15 15.63 -
YUV 129.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 96 153 98 0.37 0 0.36 0.4 122.11 0.23 0.49
Hex 60 99 62 25 0 24 28 7A 17 31
Octal 140 231 142 45 0 44 50 172 27 61
Binary 1100000 10011001 1100010 100101 0 100100 101000 1111010 10111 110001

Color Harmonies of #609962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609962

Black with #609962

Text Example


Text Example

White with #609962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609962; }

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

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

background-color css

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

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

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

border-color css

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

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

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