#006F68

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

Shades of Pine Green #006F68

Tints of Pine Green #006F68

Color information

#006F68 (or 0x006F68) is unknown color: approx Pine Green. HEX triplet: 00, 6F and 68. RGB value is (0,111,104). Sum of RGB (Red+Green+Blue) = 0+111+104=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #006F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F68 is #FF9097. Grayscale: #4C4C4C. Windows color (decimal): -16748696 or 6844160. OLE color: 6844160.

HSL color Cylindrical-coordinate representation of color #006F68: hue angle of 176.22º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F68 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB0111104-
CMYK100.060.56
HSL176.22º100%21.76%-
HSV(B)176.22º100%43.53%-
XYZ8.1812.3715.05-
YUV77.01143.2373.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=0%
G=51.63%
B=48.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0111104100.060.56176.2210021.76
Hex06F68640638b06416
Octal0157150144067026014426
Binary0110111111010001100100011011100010110000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006F68; }

 p { color: rgb(0,111,104); }

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

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

 a { background-color: rgb(0,111,104); }

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

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

 span { border-color: rgb(0,111,104); }

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