#7B8207

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

Shades of Olive #7B8207

Tints of Olive #7B8207

Color information

#7B8207 (or 0x7B8207) is unknown color: approx Olive. HEX triplet: 7B, 82 and 07. RGB value is (123,130,7). Sum of RGB (Red+Green+Blue) = 123+130+7=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #7B8207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8207 is #847DF8. Grayscale: #727272. Windows color (decimal): -8683001 or 492155. OLE color: 492155.

HSL color Cylindrical-coordinate representation of color #7B8207: hue angle of 63.41º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B8207 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1231307-
CMYK0.0500.950.49
HSL63.41º89.78%26.86%-
HSV(B)63.41º94.62%50.98%-
XYZ16.1920.193.25-
YUV113.8867.68134.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.31%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 2.69%
R=47.31%
G=50%
B=2.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12313070.0500.950.4963.4189.7826.86
Hex7B827505F313f5a1b
Octal173202750137617713233
Binary11110111000001011110101011111110001111111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,130,7); }

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

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

 a { background-color: rgb(123,130,7); }

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

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

 span { border-color: rgb(123,130,7); }

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