#9BB574

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

Shades of Olivine #9BB574

Tints of Olivine #9BB574

Color information

#9BB574 (or 0x9BB574) is unknown color: approx Olivine. HEX triplet: 9B, B5 and 74. RGB value is (155,181,116). Sum of RGB (Red+Green+Blue) = 155+181+116=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB574 is #644A8B. Grayscale: #A6A6A6. Windows color (decimal): -6572684 or 7648667. OLE color: 7648667.

HSL color Cylindrical-coordinate representation of color #9BB574: hue angle of 84º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BB574 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB155181116-
CMYK0.1400.360.29
HSL84º30.52%58.24%-
HSV(B)84º35.91%70.98%-
XYZ33.1941.2822.74-
YUV165.8299.89120.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=34.29%
G=40.04%
B=25.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811160.1400.360.298430.5258.24
Hex9BB574E0241D541f3a
Octal23326516416044351243772
Binary100110111011010111101001110010010011101101010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,116); }

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

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

 a { background-color: rgb(155,181,116); }

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

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

 span { border-color: rgb(155,181,116); }

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