#93BF78

Color #93BF78 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #93BF78

Tints of Olivine #93BF78

Color information

#93BF78 (or 0x93BF78) is unknown color: approx Olivine. HEX triplet: 93, BF and 78. RGB value is (147,191,120). Sum of RGB (Red+Green+Blue) = 147+191+120=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BF78 is #6C4087. Grayscale: #A9A9A9. Windows color (decimal): -7094408 or 7913363. OLE color: 7913363.

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

Color convert

RGB147191120-
CMYK0.2300.370.25
HSL97.18º35.68%60.98%-
HSV(B)97.18º37.17%74.9%-
XYZ34.0544.8224.63-
YUV169.7599.92111.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.10%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=32.10%
G=41.70%
B=26.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471911200.2300.370.2597.1835.6860.98
Hex93BF78170251961243d
Octal22327717027045311414475
Binary10010011101111111111000101110100101110011100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93BF78;
 }
 .AnyTagClassName
 {
   color: #93BF78;
 }
</style>
background-color css

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

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

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

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

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

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