#07730C

Color #07730C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #07730C

Tints of Green #07730C

Color information

#07730C (or 0x07730C) is unknown color: approx Green. HEX triplet: 07, 73 and 0C. RGB value is (7,115,12). Sum of RGB (Red+Green+Blue) = 7+115+12=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 115 (45.31% from 255 or 85.82% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 115 - color contains mainly: green. Hex color #07730C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07730C is #F88CF3. Grayscale: #474747. Windows color (decimal): -16289012 or 815879. OLE color: 815879.

HSL color Cylindrical-coordinate representation of color #07730C: hue angle of 122.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07730C is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB711512-
CMYK0.9400.900.55
HSL122.78º88.52%23.92%-
HSV(B)122.78º93.91%45.1%-
XYZ6.2812.332.4-
YUV70.9794.7282.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 115 (45.31% from 255) = 85.82%
BLUE value IS 12 (5.08% from 255) = 8.96%
R=5.22%
G=85.82%
B=8.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7115120.9400.900.55122.7888.5223.92
Hex773C5E05A377b5918
Octal71631413601326717313130
Binary111111001111001011110010110101101111111011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07730C; }

 p { color: rgb(7,115,12); }

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

<style>
 a { background-color: #07730C; }

 a { background-color: rgb(7,115,12); }

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

<style>
 span { border-color: #07730C; }

 span { border-color: rgb(7,115,12); }

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