#7B750B

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

Shades of Olive #7B750B

Tints of Olive #7B750B

Color information

#7B750B (or 0x7B750B) is unknown color: approx Olive. HEX triplet: 7B, 75 and 0B. RGB value is (123,117,11). Sum of RGB (Red+Green+Blue) = 123+117+11=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B750B is #848AF4. Grayscale: #6B6B6B. Windows color (decimal): -8686325 or 750971. OLE color: 750971.

HSL color Cylindrical-coordinate representation of color #7B750B: hue angle of 56.79º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B750B is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB12311711-
CMYK00.050.910.52
HSL56.79º83.58%26.27%-
HSV(B)56.79º91.06%48.24%-
XYZ14.5916.962.82-
YUV106.7173.99139.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.00%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 11 (4.69% from 255) = 4.38%
R=49.00%
G=46.61%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231171100.050.910.5256.7983.5826.27
Hex7B75B055B3439541a
Octal1731651305133647112432
Binary11110111110101101101011011011110100111001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B750B; }

 p { color: rgb(123,117,11); }

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

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

 a { background-color: rgb(123,117,11); }

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

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

 span { border-color: rgb(123,117,11); }

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