#076702

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

Shades of Green #076702

Tints of Green #076702

Color information

#076702 (or 0x076702) is unknown color: approx Green. HEX triplet: 07, 67 and 02. RGB value is (7,103,2). Sum of RGB (Red+Green+Blue) = 7+103+2=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 103 (40.62% from 255 or 91.96% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 103 - color contains mainly: green. Hex color #076702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076702 is #F898FD. Grayscale: #3F3F3F. Windows color (decimal): -16292094 or 157447. OLE color: 157447.

HSL color Cylindrical-coordinate representation of color #076702: hue angle of 117.03º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #076702 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB71032-
CMYK0.9300.980.60
HSL117.03º96.19%20.59%-
HSV(B)117.03º98.06%40.39%-
XYZ4.959.751.68-
YUV62.7893.788.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 103 (40.62% from 255) = 91.96%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=6.25%
G=91.96%
B=1.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal710320.9300.980.60117.0396.1920.59
Hex76725D0623C756015
Octal7147213501427416514025
Binary1111100111101011101011000101111001110101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076702; }

 p { color: rgb(7,103,2); }

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

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

 a { background-color: rgb(7,103,2); }

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

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

 span { border-color: rgb(7,103,2); }

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