#99B27F

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

Shades of Olivine #99B27F

Tints of Olivine #99B27F

Color information

#99B27F (or 0x99B27F) is unknown color: approx Olivine. HEX triplet: 99, B2 and 7F. RGB value is (153,178,127). Sum of RGB (Red+Green+Blue) = 153+178+127=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #99B27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B27F is #664D80. Grayscale: #A4A4A4. Windows color (decimal): -6704513 or 8368793. OLE color: 8368793.

HSL color Cylindrical-coordinate representation of color #99B27F: hue angle of 89.41º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99B27F is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB153178127-
CMYK0.1400.290.30
HSL89.41º24.88%59.8%-
HSV(B)89.41º28.65%69.8%-
XYZ32.8940.1526.09-
YUV164.71106.72119.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 127 (50% from 255) = 27.73%
R=33.41%
G=38.86%
B=27.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531781270.1400.290.3089.4124.8859.8
Hex99B27FE01D1E59193c
Octal23126217716035361313174
Binary10011001101100101111111111001110111110101100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,178,127); }

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

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

 a { background-color: rgb(153,178,127); }

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

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

 span { border-color: rgb(153,178,127); }

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