#7D9300

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

Shades of Olive #7D9300

Tints of Olive #7D9300

Color information

#7D9300 (or 0x7D9300) is unknown color: approx Olive. HEX triplet: 7D, 93 and 00. RGB value is (125,147,0). Sum of RGB (Red+Green+Blue) = 125+147+0=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9300 is #826CFF. Grayscale: #7C7C7C. Windows color (decimal): -8547584 or 37757. OLE color: 37757.

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

Color convert

RGB1251470-
CMYK0.15010.42
HSL68.98º100%28.82%-
HSV(B)68.98º100%57.65%-
XYZ18.8925.233.87-
YUV123.6658.21128.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 147 (57.81% from 255) = 54.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.96%
G=54.04%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12514700.15010.4268.9810028.82
Hex7D930F0642A45641d
Octal17522301701445210514435
Binary11111011001001101111011001001010101000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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