#7B780A

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

Shades of Olive #7B780A

Tints of Olive #7B780A

Color information

#7B780A (or 0x7B780A) is unknown color: approx Olive. HEX triplet: 7B, 78 and 0A. RGB value is (123,120,10). Sum of RGB (Red+Green+Blue) = 123+120+10=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B780A is #8487F5. Grayscale: #6C6C6C. Windows color (decimal): -8685558 or 686203. OLE color: 686203.

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

Color convert

RGB12312010-
CMYK00.020.920.52
HSL58.41º84.96%26.08%-
HSV(B)58.41º91.87%48.24%-
XYZ14.9417.672.91-
YUV108.3672.49138.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.62%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=48.62%
G=47.43%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231201000.020.920.5258.4184.9626.08
Hex7B78A025C343a551a
Octal1731701202134647212532
Binary1111011111100010100101011100110100111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,120,10); }

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

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

 a { background-color: rgb(123,120,10); }

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

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

 span { border-color: rgb(123,120,10); }

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