#067267

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

Shades of Pine Green #067267

Tints of Pine Green #067267

Color information

#067267 (or 0x067267) is unknown color: approx Pine Green. HEX triplet: 06, 72 and 67. RGB value is (6,114,103). Sum of RGB (Red+Green+Blue) = 6+114+103=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #067267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067267 is #F98D98. Grayscale: #505050. Windows color (decimal): -16354713 or 6779398. OLE color: 6779398.

HSL color Cylindrical-coordinate representation of color #067267: hue angle of 173.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067267 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB6114103-
CMYK0.9500.100.55
HSL173.89º90%23.53%-
HSV(B)173.89º94.74%44.71%-
XYZ8.5413.0514.9-
YUV80.45140.7274.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 114 (44.92% from 255) = 51.12%
BLUE value IS 103 (40.62% from 255) = 46.19%
R=2.69%
G=51.12%
B=46.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61141030.9500.100.55173.899023.53
Hex672675F0A37ae5a18
Octal61621471370126725613230
Binary1101110010110011110111110101011011110101110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067267; }

 p { color: rgb(6,114,103); }

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

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

 a { background-color: rgb(6,114,103); }

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

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

 span { border-color: rgb(6,114,103); }

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