Html Css Color HEX #61835C Hippie Green

📋 copy color: '#61835C'

red 97 ◦ green 131 ◦ blue 92

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

Shades of Hippie Green #61835C

Tints of Hippie Green #61835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

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

R = 30.31%
G = 40.94%
B = 28.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#61835C (or 0x61835C) is known color: Hippie Green. HEX triplet: 61, 83 and 5C. RGB value is (97,131,92). Sum of RGB (Red+Green+Blue) = 97+131+92=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #61835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61835C is #9E7CA3. Grayscale: #747474. Windows color (decimal): -10386596 or 6062945. OLE color: 6062945.

HSL color Cylindrical-coordinate representation of color #61835C: hue angle of 112.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61835C is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 92 -
CMYK 0.26 0 0.30 0.49
HSL 112.31º 0.17% 0.44% -
HSV(B) 112.31º 0.3% 0.51% -
XYZ 14.98 19.55 13.11 -
YUV 116.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 97 131 92 0.26 0 0.30 0.49 112.31 0.17 0.44
Hex 61 83 5C 1A 0 1E 31 70 11 2C
Octal 141 203 134 32 0 36 61 160 21 54
Binary 1100001 10000011 1011100 11010 0 11110 110001 1110000 10001 101100

Color Harmonies of #61835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61835C

Black with #61835C

Text Example


Text Example

White with #61835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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