Html Css Color HEX #93C060 Olivine

📋 copy color: '#93C060'

red 147 ◦ green 192 ◦ blue 96

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

Shades of Olivine #93C060

Tints of Olivine #93C060

RGB

 RED value IS 147 (57.81% from 255) = 33.79%

 GREEN value IS 192 (75.39% from 255) = 44.14%

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 33.79%
G = 44.14%
B = 22.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#93C060 (or 0x93C060) is known color: Olivine. HEX triplet: 93, C0 and 60. RGB value is (147,192,96). Sum of RGB (Red+Green+Blue) = 147+192+96=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #93C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C060 is #6C3F9F. Grayscale: #A7A7A7. Windows color (decimal): -7094176 or 6340755. OLE color: 6340755.

HSL color Cylindrical-coordinate representation of color #93C060: hue angle of 88.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93C060 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 192 96 -
CMYK 0.23 0 0.50 0.25
HSL 88.13º 0.43% 0.56% -
HSV(B) 88.13º 0.5% 0.75% -
XYZ 32.99 44.75 17.96 -
YUV 167.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 147 192 96 0.23 0 0.50 0.25 88.13 0.43 0.56
Hex 93 C0 60 17 0 32 19 58 2B 38
Octal 223 300 140 27 0 62 31 130 53 70
Binary 10010011 11000000 1100000 10111 0 110010 11001 1011000 101011 111000

Color Harmonies of #93C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C060

Black with #93C060

Text Example


Text Example

White with #93C060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93C060; }

 p { color: rgb(147,192,96); }

 H1.HeaderClassName
 {
   color: #93C060;
 }
 .AnyTagClassName
 {
   color: #93C060;
 }
</style>

background-color css

<style>
 a { background-color: #93C060; }

 a { background-color: rgb(147,192,96); }

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

border-color css

<style>
 span { border-color: #93C060; }

 span { border-color: rgb(147,192,96); }

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