#B7B75F

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

Shades of Olive Green #B7B75F

Tints of Olive Green #B7B75F

Color information

#B7B75F (or 0xB7B75F) is unknown color: approx Olive Green. HEX triplet: B7, B7 and 5F. RGB value is (183,183,95). Sum of RGB (Red+Green+Blue) = 183+183+95=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B75F is #4848A0. Grayscale: #ADADAD. Windows color (decimal): -4737185 or 6272951. OLE color: 6272951.

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

Color convert

RGB18318395-
CMYK000.480.28
HSL60º37.93%54.51%-
HSV(B)60º48.09%71.76%-
XYZ38.5344.7617.44-
YUV172.9784135.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=39.70%
G=39.70%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318395000.480.286037.9354.51
HexB7B75F00301C3c2637
Octal267267137006034744667
Binary101101111011011110111110011000011100111100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B75F; }

 p { color: rgb(183,183,95); }

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

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

 a { background-color: rgb(183,183,95); }

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

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

 span { border-color: rgb(183,183,95); }

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