#7B8605

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

Shades of Olive #7B8605

Tints of Olive #7B8605

Color information

#7B8605 (or 0x7B8605) is unknown color: approx Olive. HEX triplet: 7B, 86 and 05. RGB value is (123,134,5). Sum of RGB (Red+Green+Blue) = 123+134+5=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #7B8605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8605 is #8479FA. Grayscale: #747474. Windows color (decimal): -8681979 or 362107. OLE color: 362107.

HSL color Cylindrical-coordinate representation of color #7B8605: hue angle of 65.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B8605 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1231345-
CMYK0.0800.960.47
HSL65.12º92.81%27.25%-
HSV(B)65.12º96.27%52.55%-
XYZ16.7221.273.37-
YUV11665.36132.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.95%
GREEN value IS 134 (52.73% from 255) = 51.15%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=46.95%
G=51.15%
B=1.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12313450.0800.960.4765.1292.8127.25
Hex7B86580602F415d1b
Octal17320651001405710113533
Binary1111011100001101011000011000001011111000001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,134,5); }

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

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

 a { background-color: rgb(123,134,5); }

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

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

 span { border-color: rgb(123,134,5); }

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