#077430

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

Shades of Fun Green #077430

Tints of Fun Green #077430

Color information

#077430 (or 0x077430) is unknown color: approx Fun Green. HEX triplet: 07, 74 and 30. RGB value is (7,116,48). Sum of RGB (Red+Green+Blue) = 7+116+48=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #077430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077430 is #F88BCF. Grayscale: #4B4B4B. Windows color (decimal): -16288720 or 3175431. OLE color: 3175431.

HSL color Cylindrical-coordinate representation of color #077430: hue angle of 142.57º 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 #077430 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB711648-
CMYK0.9400.590.55
HSL142.57º88.62%24.12%-
HSV(B)142.57º93.97%45.49%-
XYZ6.8712.754.9-
YUV75.66112.3979.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 116 (45.70% from 255) = 67.84%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=4.09%
G=67.84%
B=28.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7116480.9400.590.55142.5788.6224.12
Hex774305E03B378f5918
Octal7164601360736721713130
Binary11111101001100001011110011101111011110001111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077430; }

 p { color: rgb(7,116,48); }

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

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

 a { background-color: rgb(7,116,48); }

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

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

 span { border-color: rgb(7,116,48); }

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