Html Css Color HEX #609061 Hippie Green

📋 copy color: '#609061'

red 96 ◦ green 144 ◦ blue 97

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

Shades of Hippie Green #609061

Tints of Hippie Green #609061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.78%

R = 28.49%
G = 42.73%
B = 28.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#609061 (or 0x609061) is known color: Hippie Green. HEX triplet: 60, 90 and 61. RGB value is (96,144,97). Sum of RGB (Red+Green+Blue) = 96+144+97=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #609061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609061 is #9F6F9E. Grayscale: #7C7C7C. Windows color (decimal): -10448799 or 6393952. OLE color: 6393952.

HSL color Cylindrical-coordinate representation of color #609061: hue angle of 121.25º 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 #609061 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 97 -
CMYK 0.33 0 0.33 0.44
HSL 121.25º 0.2% 0.47% -
HSV(B) 121.25º 0.33% 0.56% -
XYZ 16.95 23.3 14.91 -
YUV 124.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 96 144 97 0.33 0 0.33 0.44 121.25 0.2 0.47
Hex 60 90 61 21 0 21 2C 79 14 2F
Octal 140 220 141 41 0 41 54 171 24 57
Binary 1100000 10010000 1100001 100001 0 100001 101100 1111001 10100 101111

Color Harmonies of #609061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609061

Black with #609061

Text Example


Text Example

White with #609061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609061; }

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

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

background-color css

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

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

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

border-color css

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

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

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