#076307

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

Shades of Green #076307

Tints of Green #076307

Color information

#076307 (or 0x076307) is unknown color: approx Green. HEX triplet: 07, 63 and 07. RGB value is (7,99,7). Sum of RGB (Red+Green+Blue) = 7+99+7=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 99 (39.06% from 255 or 87.61% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 99 - color contains mainly: green. Hex color #076307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076307 is #F89CF8. Grayscale: #3D3D3D. Windows color (decimal): -16293113 or 484103. OLE color: 484103.

HSL color Cylindrical-coordinate representation of color #076307: hue angle of 120º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076307 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB7997-
CMYK0.9300.930.61
HSL120º86.79%20.78%-
HSV(B)120º92.93%38.82%-
XYZ4.598.981.69-
YUV6197.5289.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 99 (39.06% from 255) = 87.61%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=6.19%
G=87.61%
B=6.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal79970.9300.930.6112086.7920.78
Hex76375D05D3D785715
Octal7143713501357517012725
Binary11111000111111011101010111011111011111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076307; }

 p { color: rgb(7,99,7); }

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

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

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

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

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

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

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