#99B478

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

Shades of Olivine #99B478

Tints of Olivine #99B478

Color information

#99B478 (or 0x99B478) is unknown color: approx Olivine. HEX triplet: 99, B4 and 78. RGB value is (153,180,120). Sum of RGB (Red+Green+Blue) = 153+180+120=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #99B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B478 is #664B87. Grayscale: #A5A5A5. Windows color (decimal): -6704008 or 7910553. OLE color: 7910553.

HSL color Cylindrical-coordinate representation of color #99B478: hue angle of 87º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99B478 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB153180120-
CMYK0.1500.330.29
HSL87º28.57%58.82%-
HSV(B)87º33.33%70.59%-
XYZ32.8540.7723.91-
YUV165.09102.55119.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.77%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=33.77%
G=39.74%
B=26.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801200.1500.330.298728.5758.82
Hex99B478F0211D571d3b
Octal23126417017041351273573
Binary100110011011010011110001111010000111101101011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B478; }

 p { color: rgb(153,180,120); }

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

<style>
 a { background-color: #99B478; }

 a { background-color: rgb(153,180,120); }

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

<style>
 span { border-color: #99B478; }

 span { border-color: rgb(153,180,120); }

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