Html Css Color HEX #93C378 Olivine

📋 copy color: '#93C378'

red 147 ◦ green 195 ◦ blue 120

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

Shades of Olivine #93C378

Tints of Olivine #93C378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.21%

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

R = 31.82%
G = 42.21%
B = 25.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#93C378 (or 0x93C378) is known color: Olivine. HEX triplet: 93, C3 and 78. RGB value is (147,195,120). Sum of RGB (Red+Green+Blue) = 147+195+120=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #93C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C378 is #6C3C87. Grayscale: #ACACAC. Windows color (decimal): -7093384 or 7914387. OLE color: 7914387.

HSL color Cylindrical-coordinate representation of color #93C378: hue angle of 98.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93C378 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 195 120 -
CMYK 0.25 0 0.38 0.24
HSL 98.4º 0.38% 0.62% -
HSV(B) 98.4º 0.38% 0.76% -
XYZ 34.94 46.59 24.92 -
YUV 172.1 98.6 110.1 -
System Red Green Blue C M Y K H S L
Decimal 147 195 120 0.25 0 0.38 0.24 98.4 0.38 0.62
Hex 93 C3 78 19 0 26 18 62 26 3E
Octal 223 303 170 31 0 46 30 142 46 76
Binary 10010011 11000011 1111000 11001 0 100110 11000 1100010 100110 111110

Color Harmonies of #93C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C378

Black with #93C378

Text Example


Text Example

White with #93C378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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