#B0B968

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

Shades of Olive Green #B0B968

Tints of Olive Green #B0B968

Color information

#B0B968 (or 0xB0B968) is unknown color: approx Olive Green. HEX triplet: B0, B9 and 68. RGB value is (176,185,104). Sum of RGB (Red+Green+Blue) = 176+185+104=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B968 is #4F4697. Grayscale: #ADADAD. Windows color (decimal): -5195416 or 6863280. OLE color: 6863280.

HSL color Cylindrical-coordinate representation of color #B0B968: hue angle of 66.67º degrees, saturation: 0.37, 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 #B0B968 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB176185104-
CMYK0.0500.440.27
HSL66.67º36.65%56.67%-
HSV(B)66.67º43.78%72.55%-
XYZ37.7544.9319.78-
YUV173.0889.02130.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=37.85%
G=39.78%
B=22.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851040.0500.440.2766.6736.6556.67
HexB0B968502C1B432539
Octal2602711505054331034571
Binary101100001011100111010001010101100110111000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B968; }

 p { color: rgb(176,185,104); }

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

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

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

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

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

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

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