#067130

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

Shades of Fun Green #067130

Tints of Fun Green #067130

Color information

#067130 (or 0x067130) is unknown color: approx Fun Green. HEX triplet: 06, 71 and 30. RGB value is (6,113,48). Sum of RGB (Red+Green+Blue) = 6+113+48=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 113 (44.53% from 255 or 67.66% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 113 - color contains mainly: green. Hex color #067130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067130 is #F98ECF. Grayscale: #494949. Windows color (decimal): -16355024 or 3174662. OLE color: 3174662.

HSL color Cylindrical-coordinate representation of color #067130: hue angle of 143.55º 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 #067130 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB611348-
CMYK0.9500.580.56
HSL143.55º89.92%23.33%-
HSV(B)143.55º94.69%44.31%-
XYZ6.5112.064.78-
YUV73.6113.5579.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 113 (44.53% from 255) = 67.66%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=3.59%
G=67.66%
B=28.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113480.9500.580.56143.5589.9223.33
Hex671305F03A38905a17
Octal6161601370727022013227
Binary11011100011100001011111011101011100010010000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067130; }

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

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

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

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

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

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

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

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