#06752F

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

Shades of Fun Green #06752F

Tints of Fun Green #06752F

Color information

#06752F (or 0x06752F) is unknown color: approx Fun Green. HEX triplet: 06, 75 and 2F. RGB value is (6,117,47). Sum of RGB (Red+Green+Blue) = 6+117+47=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #06752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06752F is #F98AD0. Grayscale: #4C4C4C. Windows color (decimal): -16354001 or 3110150. OLE color: 3110150.

HSL color Cylindrical-coordinate representation of color #06752F: hue angle of 142.16º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06752F is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB611747-
CMYK0.9500.600.54
HSL142.16º90.24%24.12%-
HSV(B)142.16º94.87%45.88%-
XYZ6.9512.974.83-
YUV75.83111.7378.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 117 (46.09% from 255) = 68.82%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=3.53%
G=68.82%
B=27.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117470.9500.600.54142.1690.2424.12
Hex6752F5F03C368e5a18
Octal6165571370746621613230
Binary11011101011011111011111011110011011010001110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06752F; }

 p { color: rgb(6,117,47); }

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

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

 a { background-color: rgb(6,117,47); }

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

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

 span { border-color: rgb(6,117,47); }

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