#99B367

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

Shades of Olivine #99B367

Tints of Olivine #99B367

Color information

#99B367 (or 0x99B367) is unknown color: approx Olivine. HEX triplet: 99, B3 and 67. RGB value is (153,179,103). Sum of RGB (Red+Green+Blue) = 153+179+103=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #99B367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B367 is #664C98. Grayscale: #A2A2A2. Windows color (decimal): -6704281 or 6796185. OLE color: 6796185.

HSL color Cylindrical-coordinate representation of color #99B367: hue angle of 80.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99B367 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB153179103-
CMYK0.1500.420.30
HSL80.53º33.33%55.29%-
HSV(B)80.53º42.46%70.2%-
XYZ31.7139.9918.88-
YUV162.5694.39121.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=35.17%
G=41.15%
B=23.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531791030.1500.420.3080.5333.3355.29
Hex99B367F02A1E512137
Octal23126314717052361214167
Binary1001100110110011110011111110101010111101010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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