#7D730E

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

Shades of Olive #7D730E

Tints of Olive #7D730E

Color information

#7D730E (or 0x7D730E) is unknown color: approx Olive. HEX triplet: 7D, 73 and 0E. RGB value is (125,115,14). Sum of RGB (Red+Green+Blue) = 125+115+14=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D730E is #828CF1. Grayscale: #6A6A6A. Windows color (decimal): -8555762 or 947069. OLE color: 947069.

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

Color convert

RGB12511514-
CMYK00.080.890.51
HSL54.59º79.86%27.25%-
HSV(B)54.59º88.8%49.02%-
XYZ14.6716.652.86-
YUV106.4875.81141.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.21%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 14 (5.86% from 255) = 5.51%
R=49.21%
G=45.28%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251151400.080.890.5154.5979.8627.25
Hex7D73E08593337501b
Octal17516316010131636712033
Binary111110111100111110010001011001110011110111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,14); }

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

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

 a { background-color: rgb(125,115,14); }

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

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

 span { border-color: rgb(125,115,14); }

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