#B7B75C

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

Shades of Olive Green #B7B75C

Tints of Olive Green #B7B75C

Color information

#B7B75C (or 0xB7B75C) is unknown color: approx Olive Green. HEX triplet: B7, B7 and 5C. RGB value is (183,183,92). Sum of RGB (Red+Green+Blue) = 183+183+92=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B75C is #4848A3. Grayscale: #ACACAC. Windows color (decimal): -4737188 or 6076343. OLE color: 6076343.

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

Color convert

RGB18318392-
CMYK000.500.28
HSL60º38.72%53.92%-
HSV(B)60º49.73%71.76%-
XYZ38.3944.7116.73-
YUV172.6382.5135.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=39.96%
G=39.96%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318392000.500.286038.7253.92
HexB7B75C00321C3c2736
Octal267267134006234744766
Binary101101111011011110111000011001011100111100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B75C; }

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

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

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

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

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

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

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

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