#7D8105

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

Shades of Olive #7D8105

Tints of Olive #7D8105

Color information

#7D8105 (or 0x7D8105) is unknown color: approx Olive. HEX triplet: 7D, 81 and 05. RGB value is (125,129,5). Sum of RGB (Red+Green+Blue) = 125+129+5=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #7D8105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8105 is #827EFA. Grayscale: #727272. Windows color (decimal): -8552187 or 360829. OLE color: 360829.

HSL color Cylindrical-coordinate representation of color #7D8105: hue angle of 61.94º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D8105 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1251295-
CMYK0.0300.960.49
HSL61.94º92.54%26.27%-
HSV(B)61.94º96.12%50.59%-
XYZ16.3420.073.16-
YUV113.6766.67136.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.26%
GREEN value IS 129 (50.78% from 255) = 49.81%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=48.26%
G=49.81%
B=1.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12512950.0300.960.4961.9492.5426.27
Hex7D8153060313e5d1a
Octal175201530140617613532
Binary1111101100000011011101100000110001111110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,5); }

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

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

 a { background-color: rgb(125,129,5); }

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

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

 span { border-color: rgb(125,129,5); }

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