#9FBD72

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

Shades of Olivine #9FBD72

Tints of Olivine #9FBD72

Color information

#9FBD72 (or 0x9FBD72) is unknown color: approx Olivine. HEX triplet: 9F, BD and 72. RGB value is (159,189,114). Sum of RGB (Red+Green+Blue) = 159+189+114=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD72 is #60428D. Grayscale: #ABABAB. Windows color (decimal): -6308494 or 7519647. OLE color: 7519647.

HSL color Cylindrical-coordinate representation of color #9FBD72: hue angle of 84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FBD72 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB159189114-
CMYK0.1600.400.26
HSL84º36.23%59.41%-
HSV(B)84º39.68%74.12%-
XYZ35.5344.9822.73-
YUV171.4895.56119.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=34.42%
G=40.91%
B=24.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891140.1600.400.268436.2359.41
Hex9FBD72100281A54243b
Octal23727516220050321244473
Binary10011111101111011110010100000101000110101010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBD72; }

 p { color: rgb(159,189,114); }

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

<style>
 a { background-color: #9FBD72; }

 a { background-color: rgb(159,189,114); }

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

<style>
 span { border-color: #9FBD72; }

 span { border-color: rgb(159,189,114); }

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