#B0B066

Color #B0B066 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B0B066

Tints of Olive Green #B0B066

Color information

#B0B066 (or 0xB0B066) is unknown color: approx Olive Green. HEX triplet: B0, B0 and 66. RGB value is (176,176,102). Sum of RGB (Red+Green+Blue) = 176+176+102=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B066 is #4F4F99. Grayscale: #A7A7A7. Windows color (decimal): -5197722 or 6729904. OLE color: 6729904.

HSL color Cylindrical-coordinate representation of color #B0B066: hue angle of 60º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0B066 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB176176102-
CMYK000.420.31
HSL60º31.9%54.51%-
HSV(B)60º42.05%69.02%-
XYZ35.8341.2418.64-
YUV167.5691134.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=38.77%
G=38.77%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176102000.420.316031.954.51
HexB0B066002A1F3c2037
Octal260260146005237744067
Binary101100001011000011001100010101011111111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B066; }

 p { color: rgb(176,176,102); }

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

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

 a { background-color: rgb(176,176,102); }

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

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

 span { border-color: rgb(176,176,102); }

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