#07703A

Color #07703A Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #07703A

Tints of Jewel #07703A

Color information

#07703A (or 0x07703A) is unknown color: approx Jewel. HEX triplet: 07, 70 and 3A. RGB value is (7,112,58). Sum of RGB (Red+Green+Blue) = 7+112+58=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #07703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07703A is #F88FC5. Grayscale: #4A4A4A. Windows color (decimal): -16289734 or 3829767. OLE color: 3829767.

HSL color Cylindrical-coordinate representation of color #07703A: hue angle of 149.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07703A is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB711258-
CMYK0.9400.480.56
HSL149.14º88.24%23.33%-
HSV(B)149.14º93.75%43.92%-
XYZ6.6511.945.96-
YUV74.45118.7179.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=3.95%
G=63.28%
B=32.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112580.9400.480.56149.1488.2423.33
Hex7703A5E03038955817
Octal7160721360607022513027
Binary11111100001110101011110011000011100010010101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07703A; }

 p { color: rgb(7,112,58); }

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

<style>
 a { background-color: #07703A; }

 a { background-color: rgb(7,112,58); }

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

<style>
 span { border-color: #07703A; }

 span { border-color: rgb(7,112,58); }

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