Html Css Color HEX #60985B Hippie Green

📋 copy color: '#60985B'

red 96 ◦ green 152 ◦ blue 91

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

Shades of Hippie Green #60985B

Tints of Hippie Green #60985B

RGB

 RED value IS 96 (37.89% from 255) = 28.32%

 GREEN value IS 152 (59.77% from 255) = 44.84%

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

R = 28.32%
G = 44.84%
B = 26.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#60985B (or 0x60985B) is known color: Hippie Green. HEX triplet: 60, 98 and 5B. RGB value is (96,152,91). Sum of RGB (Red+Green+Blue) = 96+152+91=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #60985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60985B is #9F67A4. Grayscale: #808080. Windows color (decimal): -10446757 or 6002784. OLE color: 6002784.

HSL color Cylindrical-coordinate representation of color #60985B: 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 #60985B is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 91 -
CMYK 0.37 0 0.40 0.40
HSL 115.08º 0.25% 0.48% -
HSV(B) 115.08º 0.4% 0.6% -
XYZ 17.94 25.7 13.91 -
YUV 128.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 96 152 91 0.37 0 0.40 0.40 115.08 0.25 0.48
Hex 60 98 5B 25 0 28 28 73 19 30
Octal 140 230 133 45 0 50 50 163 31 60
Binary 1100000 10011000 1011011 100101 0 101000 101000 1110011 11001 110000

Color Harmonies of #60985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60985B

Black with #60985B

Text Example


Text Example

White with #60985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,152,91); }

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

background-color css

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

 a { background-color: rgb(96,152,91); }

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

border-color css

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

 span { border-color: rgb(96,152,91); }

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