#067B71

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

Shades of Pine Green #067B71

Tints of Pine Green #067B71

Color information

#067B71 (or 0x067B71) is unknown color: approx Pine Green. HEX triplet: 06, 7B and 71. RGB value is (6,123,113). Sum of RGB (Red+Green+Blue) = 6+123+113=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #067B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B71 is #F9848E. Grayscale: #565656. Windows color (decimal): -16352399 or 7437062. OLE color: 7437062.

HSL color Cylindrical-coordinate representation of color #067B71: hue angle of 174.87º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B71 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB6123113-
CMYK0.9500.080.52
HSL174.87º90.7%25.29%-
HSV(B)174.87º95.12%48.24%-
XYZ10.1415.418.06-
YUV86.88142.7470.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 123 (48.44% from 255) = 50.83%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=2.48%
G=50.83%
B=46.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61231130.9500.080.52174.8790.725.29
Hex67B715F0834af5b19
Octal61731611370106425713331
Binary1101111011111000110111110100011010010101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067B71; }

 p { color: rgb(6,123,113); }

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

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

 a { background-color: rgb(6,123,113); }

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

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

 span { border-color: rgb(6,123,113); }

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