#7B7700

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

Shades of Olive #7B7700

Tints of Olive #7B7700

Color information

#7B7700 (or 0x7B7700) is unknown color: approx Olive. HEX triplet: 7B, 77 and 00. RGB value is (123,119,0). Sum of RGB (Red+Green+Blue) = 123+119+0=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7700 is #8488FF. Grayscale: #6B6B6B. Windows color (decimal): -8685824 or 30587. OLE color: 30587.

HSL color Cylindrical-coordinate representation of color #7B7700: hue angle of 58.05º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B7700 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB1231190-
CMYK00.0310.52
HSL58.05º100%24.12%-
HSV(B)58.05º100%48.24%-
XYZ14.7717.42.58-
YUV106.6367.83139.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.83%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.83%
G=49.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123119000.0310.5258.0510024.12
Hex7B7700364343a6418
Octal173167003144647214430
Binary1111011111011100111100100110100111010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,119,0); }

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

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

 a { background-color: rgb(123,119,0); }

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

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

 span { border-color: rgb(123,119,0); }

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