Html Css Color HEX #609A5E Hippie Green

📋 copy color: '#609A5E'

red 96 ◦ green 154 ◦ blue 94

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

Shades of Hippie Green #609A5E

Tints of Hippie Green #609A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.77%

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 27.91%
G = 44.77%
B = 27.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#609A5E (or 0x609A5E) is known color: Hippie Green. HEX triplet: 60, 9A and 5E. RGB value is (96,154,94). Sum of RGB (Red+Green+Blue) = 96+154+94=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 154 - color contains mainly: green. Hex color #609A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609A5E is #9F65A1. Grayscale: #828282. Windows color (decimal): -10446242 or 6199904. OLE color: 6199904.

HSL color Cylindrical-coordinate representation of color #609A5E: hue angle of 118º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609A5E is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 154 94 -
CMYK 0.38 0 0.39 0.40
HSL 118º 0.24% 0.49% -
HSV(B) 118º 0.39% 0.6% -
XYZ 18.4 26.41 14.72 -
YUV 129.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 96 154 94 0.38 0 0.39 0.40 118 0.24 0.49
Hex 60 9A 5E 26 0 27 28 76 18 31
Octal 140 232 136 46 0 47 50 166 30 61
Binary 1100000 10011010 1011110 100110 0 100111 101000 1110110 11000 110001

Color Harmonies of #609A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609A5E

Black with #609A5E

Text Example


Text Example

White with #609A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609A5E; }

 p { color: rgb(96,154,94); }

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

background-color css

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

 a { background-color: rgb(96,154,94); }

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

border-color css

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

 span { border-color: rgb(96,154,94); }

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