#B0AF68

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

Shades of Olive Green #B0AF68

Tints of Olive Green #B0AF68

Color information

#B0AF68 (or 0xB0AF68) is unknown color: approx Olive Green. HEX triplet: B0, AF and 68. RGB value is (176,175,104). Sum of RGB (Red+Green+Blue) = 176+175+104=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF68 is #4F5097. Grayscale: #A7A7A7. Windows color (decimal): -5197976 or 6860720. OLE color: 6860720.

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

Color convert

RGB176175104-
CMYK00.010.410.31
HSL59.17º31.3%54.9%-
HSV(B)59.17º40.91%69.02%-
XYZ35.7340.8919.11-
YUV167.292.33134.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=38.68%
G=38.46%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617510400.010.410.3159.1731.354.9
HexB0AF6801291F3b1f37
Octal260257150015137733767
Binary10110000101011111101000011010011111111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AF68; }

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

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

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

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

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

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

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

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