#7E9203

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

Shades of Olive #7E9203

Tints of Olive #7E9203

Color information

#7E9203 (or 0x7E9203) is unknown color: approx Olive. HEX triplet: 7E, 92 and 03. RGB value is (126,146,3). Sum of RGB (Red+Green+Blue) = 126+146+3=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9203 is #816DFC. Grayscale: #7C7C7C. Windows color (decimal): -8482301 or 234110. OLE color: 234110.

HSL color Cylindrical-coordinate representation of color #7E9203: hue angle of 68.39º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E9203 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB1261463-
CMYK0.1400.980.43
HSL68.39º95.97%29.22%-
HSV(B)68.39º97.95%57.25%-
XYZ18.9253.92-
YUV123.7259.87129.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.82%
GREEN value IS 146 (57.42% from 255) = 53.09%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=45.82%
G=53.09%
B=1.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12614630.1400.980.4368.3995.9729.22
Hex7E923E0622B44601d
Octal17622231601425310414035
Binary111111010010010111110011000101010111000100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,146,3); }

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

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

 a { background-color: rgb(126,146,3); }

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

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

 span { border-color: rgb(126,146,3); }

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