Html Css Color HEX #61875D Hippie Green

📋 copy color: '#61875D'

red 97 ◦ green 135 ◦ blue 93

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

Shades of Hippie Green #61875D

Tints of Hippie Green #61875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

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

R = 29.85%
G = 41.54%
B = 28.62%

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

#61875D (or 0x61875D) is known color: Hippie Green. HEX triplet: 61, 87 and 5D. RGB value is (97,135,93). Sum of RGB (Red+Green+Blue) = 97+135+93=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #61875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61875D is #9E78A2. Grayscale: #767676. Windows color (decimal): -10385571 or 6129505. OLE color: 6129505.

HSL color Cylindrical-coordinate representation of color #61875D: hue angle of 114.29º 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 #61875D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 135 93 -
CMYK 0.28 0 0.31 0.47
HSL 114.29º 0.18% 0.45% -
HSV(B) 114.29º 0.31% 0.53% -
XYZ 15.57 20.66 13.52 -
YUV 118.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 97 135 93 0.28 0 0.31 0.47 114.29 0.18 0.45
Hex 61 87 5D 1C 0 1F 2F 72 12 2D
Octal 141 207 135 34 0 37 57 162 22 55
Binary 1100001 10000111 1011101 11100 0 11111 101111 1110010 10010 101101

Color Harmonies of #61875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61875D

Black with #61875D

Text Example


Text Example

White with #61875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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