#06756F

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

Shades of Pine Green #06756F

Tints of Pine Green #06756F

Color information

#06756F (or 0x06756F) is unknown color: approx Pine Green. HEX triplet: 06, 75 and 6F. RGB value is (6,117,111). Sum of RGB (Red+Green+Blue) = 6+117+111=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #06756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06756F is #F98A90. Grayscale: #535353. Windows color (decimal): -16353937 or 7304454. OLE color: 7304454.

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

Color convert

RGB6117111-
CMYK0.9500.050.54
HSL176.76º90.24%24.12%-
HSV(B)176.76º94.87%45.88%-
XYZ9.3113.9117.23-
YUV83.13143.7372.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=2.56%
G=50%
B=47.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61171110.9500.050.54176.7690.2424.12
Hex6756F5F0536b15a18
Octal6165157137056626113230
Binary110111010111011111011111010111011010110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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