Html Css Color HEX #609062 Hippie Green

📋 copy color: '#609062'

red 96 ◦ green 144 ◦ blue 98

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

Shades of Hippie Green #609062

Tints of Hippie Green #609062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 28.4%
G = 42.6%
B = 28.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#609062 (or 0x609062) is known color: Hippie Green. HEX triplet: 60, 90 and 62. RGB value is (96,144,98). Sum of RGB (Red+Green+Blue) = 96+144+98=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #609062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609062 is #9F6F9D. Grayscale: #7C7C7C. Windows color (decimal): -10448798 or 6459488. OLE color: 6459488.

HSL color Cylindrical-coordinate representation of color #609062: hue angle of 122.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609062 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 98 -
CMYK 0.33 0 0.32 0.44
HSL 122.5º 0.2% 0.47% -
HSV(B) 122.5º 0.33% 0.56% -
XYZ 17 23.32 15.16 -
YUV 124.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 96 144 98 0.33 0 0.32 0.44 122.5 0.2 0.47
Hex 60 90 62 21 0 20 2C 7B 14 2F
Octal 140 220 142 41 0 40 54 173 24 57
Binary 1100000 10010000 1100010 100001 0 100000 101100 1111011 10100 101111

Color Harmonies of #609062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609062

Black with #609062

Text Example


Text Example

White with #609062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609062; }

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

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

background-color css

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

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

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

border-color css

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

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

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