#007A6E

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

Shades of Pine Green #007A6E

Tints of Pine Green #007A6E

Color information

#007A6E (or 0x007A6E) is unknown color: approx Pine Green. HEX triplet: 00, 7A and 6E. RGB value is (0,122,110). Sum of RGB (Red+Green+Blue) = 0+122+110=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #007A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A6E is #FF8591. Grayscale: #545454. Windows color (decimal): -16745874 or 7240192. OLE color: 7240192.

HSL color Cylindrical-coordinate representation of color #007A6E: hue angle of 174.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A6E is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB0122110-
CMYK100.100.52
HSL174.1º100%23.92%-
HSV(B)174.1º100%47.84%-
XYZ9.7715.0417.14-
YUV84.15142.5867.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=0%
G=52.59%
B=47.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal0122110100.100.52174.110023.92
Hex07A6E640A34ae6418
Octal01721561440126425614430
Binary01111010110111011001000101011010010101110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007A6E; }

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

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

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

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

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

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

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

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