Html Css Color HEX #609152 Hippie Green

📋 copy color: '#609152'

red 96 ◦ green 145 ◦ blue 82

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

Shades of Hippie Green #609152

Tints of Hippie Green #609152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 29.72%
G = 44.89%
B = 25.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#609152 (or 0x609152) is known color: Hippie Green. HEX triplet: 60, 91 and 52. RGB value is (96,145,82). Sum of RGB (Red+Green+Blue) = 96+145+82=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #609152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609152 is #9F6EAD. Grayscale: #7B7B7B. Windows color (decimal): -10448558 or 5411168. OLE color: 5411168.

HSL color Cylindrical-coordinate representation of color #609152: hue angle of 106.67º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #609152 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 82 -
CMYK 0.34 0 0.43 0.43
HSL 106.67º 0.28% 0.45% -
HSV(B) 106.67º 0.43% 0.57% -
XYZ 16.47 23.35 11.62 -
YUV 123.17 104.77 108.62 -
System Red Green Blue C M Y K H S L
Decimal 96 145 82 0.34 0 0.43 0.43 106.67 0.28 0.45
Hex 60 91 52 22 0 2B 2B 6B 1C 2D
Octal 140 221 122 42 0 53 53 153 34 55
Binary 1100000 10010001 1010010 100010 0 101011 101011 1101011 11100 101101

Color Harmonies of #609152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609152

Black with #609152

Text Example


Text Example

White with #609152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609152; }

 p { color: rgb(96,145,82); }

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

background-color css

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

 a { background-color: rgb(96,145,82); }

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

border-color css

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

 span { border-color: rgb(96,145,82); }

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