#076B34

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

Shades of Fun Green #076B34

Tints of Fun Green #076B34

Color information

#076B34 (or 0x076B34) is unknown color: approx Fun Green. HEX triplet: 07, 6B and 34. RGB value is (7,107,52). Sum of RGB (Red+Green+Blue) = 7+107+52=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #076B34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B34 is #F894CB. Grayscale: #464646. Windows color (decimal): -16291020 or 3435271. OLE color: 3435271.

HSL color Cylindrical-coordinate representation of color #076B34: hue angle of 147º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B34 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB710752-
CMYK0.9300.510.58
HSL147º87.72%22.35%-
HSV(B)147º93.46%41.96%-
XYZ5.9710.815.02-
YUV70.83117.3782.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 107 (42.19% from 255) = 64.46%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=4.22%
G=64.46%
B=31.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7107520.9300.510.5814787.7222.35
Hex76B345D0333A935816
Octal7153641350637222313026
Binary11111010111101001011101011001111101010010011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076B34; }

 p { color: rgb(7,107,52); }

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

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

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

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

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

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

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