#06756A

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

Shades of Pine Green #06756A

Tints of Pine Green #06756A

Color information

#06756A (or 0x06756A) is unknown color: approx Pine Green. HEX triplet: 06, 75 and 6A. RGB value is (6,117,106). Sum of RGB (Red+Green+Blue) = 6+117+106=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #06756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06756A is #F98A95. Grayscale: #525252. Windows color (decimal): -16353942 or 6976774. OLE color: 6976774.

HSL color Cylindrical-coordinate representation of color #06756A: hue angle of 174.05º 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 #06756A is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB6117106-
CMYK0.9500.090.54
HSL174.05º90.24%24.12%-
HSV(B)174.05º94.87%45.88%-
XYZ9.0413.815.82-
YUV82.56141.2373.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=2.62%
G=51.09%
B=46.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61171060.9500.090.54174.0590.2424.12
Hex6756A5F0936ae5a18
Octal61651521370116625613230
Binary1101110101110101010111110100111011010101110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06756A; }

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

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

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

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

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

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

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

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