Html Css Color HEX #93C078 Olivine

📋 copy color: '#93C078'

red 147 ◦ green 192 ◦ blue 120

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

Shades of Olivine #93C078

Tints of Olivine #93C078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.14%

R = 32.03%
G = 41.83%
B = 26.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#93C078 (or 0x93C078) is known color: Olivine. HEX triplet: 93, C0 and 78. RGB value is (147,192,120). Sum of RGB (Red+Green+Blue) = 147+192+120=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #93C078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C078 is #6C3F87. Grayscale: #AAAAAA. Windows color (decimal): -7094152 or 7913619. OLE color: 7913619.

HSL color Cylindrical-coordinate representation of color #93C078: hue angle of 97.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93C078 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 192 120 -
CMYK 0.23 0 0.38 0.25
HSL 97.5º 0.36% 0.61% -
HSV(B) 97.5º 0.38% 0.75% -
XYZ 34.27 45.26 24.7 -
YUV 170.34 99.59 111.35 -
System Red Green Blue C M Y K H S L
Decimal 147 192 120 0.23 0 0.38 0.25 97.5 0.36 0.61
Hex 93 C0 78 17 0 26 19 62 24 3D
Octal 223 300 170 27 0 46 31 142 44 75
Binary 10010011 11000000 1111000 10111 0 100110 11001 1100010 100100 111101

Color Harmonies of #93C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C078

Black with #93C078

Text Example


Text Example

White with #93C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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