#067134

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

Shades of Fun Green #067134

Tints of Fun Green #067134

Color information

#067134 (or 0x067134) is unknown color: approx Fun Green. HEX triplet: 06, 71 and 34. RGB value is (6,113,52). Sum of RGB (Red+Green+Blue) = 6+113+52=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #067134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067134 is #F98ECB. Grayscale: #4A4A4A. Windows color (decimal): -16355020 or 3436806. OLE color: 3436806.

HSL color Cylindrical-coordinate representation of color #067134: hue angle of 145.79º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067134 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB611352-
CMYK0.9500.540.56
HSL145.79º89.92%23.33%-
HSV(B)145.79º94.69%44.31%-
XYZ6.612.15.24-
YUV74.05115.5579.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=3.51%
G=66.08%
B=30.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113520.9500.540.56145.7989.9223.33
Hex671345F03638925a17
Octal6161641370667022213227
Binary11011100011101001011111011011011100010010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067134; }

 p { color: rgb(6,113,52); }

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

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

 a { background-color: rgb(6,113,52); }

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

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

 span { border-color: rgb(6,113,52); }

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