Html Css Color HEX #61865D Hippie Green

📋 copy color: '#61865D'

red 97 ◦ green 134 ◦ blue 93

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

Shades of Hippie Green #61865D

Tints of Hippie Green #61865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 29.94%
G = 41.36%
B = 28.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#61865D (or 0x61865D) is known color: Hippie Green. HEX triplet: 61, 86 and 5D. RGB value is (97,134,93). Sum of RGB (Red+Green+Blue) = 97+134+93=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #61865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61865D is #9E79A2. Grayscale: #767676. Windows color (decimal): -10385827 or 6129249. OLE color: 6129249.

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

Color convert

RGB 97 134 93 -
CMYK 0.28 0 0.31 0.47
HSL 114.15º 0.18% 0.45% -
HSV(B) 114.15º 0.31% 0.53% -
XYZ 15.43 20.38 13.48 -
YUV 118.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 97 134 93 0.28 0 0.31 0.47 114.15 0.18 0.45
Hex 61 86 5D 1C 0 1F 2F 72 12 2D
Octal 141 206 135 34 0 37 57 162 22 55
Binary 1100001 10000110 1011101 11100 0 11111 101111 1110010 10010 101101

Color Harmonies of #61865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61865D

Black with #61865D

Text Example


Text Example

White with #61865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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