#99B465

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

Shades of Olivine #99B465

Tints of Olivine #99B465

Color information

#99B465 (or 0x99B465) is unknown color: approx Olivine. HEX triplet: 99, B4 and 65. RGB value is (153,180,101). Sum of RGB (Red+Green+Blue) = 153+180+101=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #99B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B465 is #664B9A. Grayscale: #A3A3A3. Windows color (decimal): -6704027 or 6665369. OLE color: 6665369.

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

Color convert

RGB153180101-
CMYK0.1500.440.29
HSL80.51º34.5%55.1%-
HSV(B)80.51º43.89%70.59%-
XYZ31.8140.3518.42-
YUV162.9293.05120.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=35.25%
G=41.47%
B=23.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801010.1500.440.2980.5134.555.1
Hex99B465F02C1D512237
Octal23126414517054351214267
Binary1001100110110100110010111110101100111011010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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