#9BBB68

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

Shades of Olivine #9BBB68

Tints of Olivine #9BBB68

Color information

#9BBB68 (or 0x9BBB68) is unknown color: approx Olivine. HEX triplet: 9B, BB and 68. RGB value is (155,187,104). Sum of RGB (Red+Green+Blue) = 155+187+104=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB68 is #644497. Grayscale: #A8A8A8. Windows color (decimal): -6571160 or 6863771. OLE color: 6863771.

HSL color Cylindrical-coordinate representation of color #9BBB68: hue angle of 83.13º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BBB68 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB155187104-
CMYK0.1700.440.27
HSL83.13º37.9%57.06%-
HSV(B)83.13º44.39%73.33%-
XYZ33.7943.5119.71-
YUV167.9791.9118.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 104 (41.02% from 255) = 23.32%
R=34.75%
G=41.93%
B=23.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871040.1700.440.2783.1337.957.06
Hex9BBB681102C1B532639
Octal23327315021054331234671
Binary10011011101110111101000100010101100110111010011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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