#006F6E

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

Shades of Pine Green #006F6E

Tints of Pine Green #006F6E

Color information

#006F6E (or 0x006F6E) is unknown color: approx Pine Green. HEX triplet: 00, 6F and 6E. RGB value is (0,111,110). Sum of RGB (Red+Green+Blue) = 0+111+110=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #006F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F6E is #FF9091. Grayscale: #4D4D4D. Windows color (decimal): -16748690 or 7237376. OLE color: 7237376.

HSL color Cylindrical-coordinate representation of color #006F6E: hue angle of 179.46º 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 #006F6E is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB0111110-
CMYK100.010.56
HSL179.46º100%21.76%-
HSV(B)179.46º100%43.53%-
XYZ8.512.4916.72-
YUV77.7146.2372.58-

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) = 50.23%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=0%
G=50.23%
B=49.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0111110100.010.56179.4610021.76
Hex06F6E640138b36416
Octal0157156144017026314426
Binary01101111110111011001000111100010110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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