#067B6A

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

Shades of Pine Green #067B6A

Tints of Pine Green #067B6A

Color information

#067B6A (or 0x067B6A) is unknown color: approx Pine Green. HEX triplet: 06, 7B and 6A. RGB value is (6,123,106). Sum of RGB (Red+Green+Blue) = 6+123+106=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #067B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B6A is #F98495. Grayscale: #565656. Windows color (decimal): -16352406 or 6978310. OLE color: 6978310.

HSL color Cylindrical-coordinate representation of color #067B6A: hue angle of 171.28º 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 #067B6A is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB6123106-
CMYK0.9500.140.52
HSL171.28º90.7%25.29%-
HSV(B)171.28º95.12%48.24%-
XYZ9.7615.2516.06-
YUV86.08139.2470.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 123 (48.44% from 255) = 52.34%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=2.55%
G=52.34%
B=45.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61231060.9500.140.52171.2890.725.29
Hex67B6A5F0E34ab5b19
Octal61731521370166425313331
Binary1101111011110101010111110111011010010101011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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