#9BB568

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

Shades of Olivine #9BB568

Tints of Olivine #9BB568

Color information

#9BB568 (or 0x9BB568) is unknown color: approx Olivine. HEX triplet: 9B, B5 and 68. RGB value is (155,181,104). Sum of RGB (Red+Green+Blue) = 155+181+104=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB568 is #644A97. Grayscale: #A4A4A4. Windows color (decimal): -6572696 or 6862235. OLE color: 6862235.

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

Color convert

RGB155181104-
CMYK0.1400.430.29
HSL80.26º34.22%55.88%-
HSV(B)80.26º42.54%70.98%-
XYZ32.5441.0219.3-
YUV164.4593.89121.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=35.23%
G=41.14%
B=23.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811040.1400.430.2980.2634.2255.88
Hex9BB568E02B1D502238
Octal23326515016053351204270
Binary1001101110110101110100011100101011111011010000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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