#076932

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

Shades of Fun Green #076932

Tints of Fun Green #076932

Color information

#076932 (or 0x076932) is unknown color: approx Fun Green. HEX triplet: 07, 69 and 32. RGB value is (7,105,50). Sum of RGB (Red+Green+Blue) = 7+105+50=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #076932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076932 is #F896CD. Grayscale: #454545. Windows color (decimal): -16291534 or 3303687. OLE color: 3303687.

HSL color Cylindrical-coordinate representation of color #076932: hue angle of 146.33º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076932 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB710550-
CMYK0.9300.520.59
HSL146.33º87.5%21.96%-
HSV(B)146.33º93.33%41.18%-
XYZ5.7110.384.72-
YUV69.43117.0383.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 105 (41.41% from 255) = 64.81%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=4.32%
G=64.81%
B=30.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105500.9300.520.59146.3387.521.96
Hex769325D0343B925816
Octal7151621350647322213026
Binary11111010011100101011101011010011101110010010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076932; }

 p { color: rgb(7,105,50); }

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

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

 a { background-color: rgb(7,105,50); }

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

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

 span { border-color: rgb(7,105,50); }

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