#7D9307

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

Shades of Olive #7D9307

Tints of Olive #7D9307

Color information

#7D9307 (or 0x7D9307) is unknown color: approx Olive. HEX triplet: 7D, 93 and 07. RGB value is (125,147,7). Sum of RGB (Red+Green+Blue) = 125+147+7=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9307 is #826CF8. Grayscale: #7C7C7C. Windows color (decimal): -8547577 or 496509. OLE color: 496509.

HSL color Cylindrical-coordinate representation of color #7D9307: hue angle of 69.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D9307 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1251477-
CMYK0.1500.950.42
HSL69.43º90.91%30.2%-
HSV(B)69.43º95.24%57.65%-
XYZ18.9325.244.08-
YUV124.4661.71128.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.80%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 7 (3.12% from 255) = 2.51%
R=44.80%
G=52.69%
B=2.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12514770.1500.950.4269.4390.9130.2
Hex7D937F05F2A455b1e
Octal17522371701375210513336
Binary1111101100100111111111010111111010101000101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,147,7); }

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

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

 a { background-color: rgb(125,147,7); }

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

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

 span { border-color: rgb(125,147,7); }

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