Html Css Color HEX #61995C Hippie Green

📋 copy color: '#61995C'

red 97 ◦ green 153 ◦ blue 92

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

Shades of Hippie Green #61995C

Tints of Hippie Green #61995C

RGB

 RED value IS 97 (38.28% from 255) = 28.36%

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

 BLUE value IS 92 (36.33% from 255) = 26.9%

R = 28.36%
G = 44.74%
B = 26.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#61995C (or 0x61995C) is known color: Hippie Green. HEX triplet: 61, 99 and 5C. RGB value is (97,153,92). Sum of RGB (Red+Green+Blue) = 97+153+92=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #61995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61995C is #9E66A3. Grayscale: #818181. Windows color (decimal): -10380964 or 6068577. OLE color: 6068577.

HSL color Cylindrical-coordinate representation of color #61995C: hue angle of 115.08º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61995C is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 92 -
CMYK 0.37 0 0.40 0.4
HSL 115.08º 0.25% 0.48% -
HSV(B) 115.08º 0.4% 0.6% -
XYZ 18.25 26.1 14.2 -
YUV 129.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 97 153 92 0.37 0 0.40 0.4 115.08 0.25 0.48
Hex 61 99 5C 25 0 28 28 73 19 30
Octal 141 231 134 45 0 50 50 163 31 60
Binary 1100001 10011001 1011100 100101 0 101000 101000 1110011 11001 110000

Color Harmonies of #61995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61995C

Black with #61995C

Text Example


Text Example

White with #61995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61995C; }

 p { color: rgb(97,153,92); }

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

background-color css

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

 a { background-color: rgb(97,153,92); }

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

border-color css

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

 span { border-color: rgb(97,153,92); }

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