Html Css Color HEX #61865B Hippie Green

📋 copy color: '#61865B'

red 97 ◦ green 134 ◦ blue 91

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

Shades of Hippie Green #61865B

Tints of Hippie Green #61865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.61%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 30.12%
G = 41.61%
B = 28.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#61865B (or 0x61865B) is known color: Hippie Green. HEX triplet: 61, 86 and 5B. RGB value is (97,134,91). Sum of RGB (Red+Green+Blue) = 97+134+91=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #61865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61865B is #9E79A4. Grayscale: #767676. Windows color (decimal): -10385829 or 5998177. OLE color: 5998177.

HSL color Cylindrical-coordinate representation of color #61865B: hue angle of 111.63º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61865B is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 91 -
CMYK 0.28 0 0.32 0.47
HSL 111.63º 0.19% 0.44% -
HSV(B) 111.63º 0.32% 0.53% -
XYZ 15.34 20.35 13.02 -
YUV 118.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 97 134 91 0.28 0 0.32 0.47 111.63 0.19 0.44
Hex 61 86 5B 1C 0 20 2F 70 13 2C
Octal 141 206 133 34 0 40 57 160 23 54
Binary 1100001 10000110 1011011 11100 0 100000 101111 1110000 10011 101100

Color Harmonies of #61865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61865B

Black with #61865B

Text Example


Text Example

White with #61865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61865B; }

 p { color: rgb(97,134,91); }

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

background-color css

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

 a { background-color: rgb(97,134,91); }

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

border-color css

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

 span { border-color: rgb(97,134,91); }

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