#99B767

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

Shades of Olivine #99B767

Tints of Olivine #99B767

Color information

#99B767 (or 0x99B767) is unknown color: approx Olivine. HEX triplet: 99, B7 and 67. RGB value is (153,183,103). Sum of RGB (Red+Green+Blue) = 153+183+103=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #99B767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B767 is #664898. Grayscale: #A5A5A5. Windows color (decimal): -6703257 or 6797209. OLE color: 6797209.

HSL color Cylindrical-coordinate representation of color #99B767: hue angle of 82.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99B767 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB153183103-
CMYK0.1600.440.28
HSL82.5º35.71%56.08%-
HSV(B)82.5º43.72%71.76%-
XYZ32.5241.6219.15-
YUV164.9193.06119.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=34.85%
G=41.69%
B=23.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531831030.1600.440.2882.535.7156.08
Hex99B7671002C1C522438
Octal23126714720054341224470
Binary10011001101101111100111100000101100111001010010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,183,103); }

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

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

 a { background-color: rgb(153,183,103); }

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

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

 span { border-color: rgb(153,183,103); }

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