#067A6A

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

Shades of Pine Green #067A6A

Tints of Pine Green #067A6A

Color information

#067A6A (or 0x067A6A) is unknown color: approx Pine Green. HEX triplet: 06, 7A and 6A. RGB value is (6,122,106). Sum of RGB (Red+Green+Blue) = 6+122+106=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #067A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067A6A is #F98595. Grayscale: #555555. Windows color (decimal): -16352662 or 6978054. OLE color: 6978054.

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

Color convert

RGB6122106-
CMYK0.9500.130.52
HSL171.72º90.62%25.1%-
HSV(B)171.72º95.08%47.84%-
XYZ9.641516.02-
YUV85.49139.5771.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 122 (48.05% from 255) = 52.14%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=2.56%
G=52.14%
B=45.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61221060.9500.130.52171.7290.6225.1
Hex67A6A5F0D34ac5b19
Octal61721521370156425413331
Binary1101111010110101010111110110111010010101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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