#007E69

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

Shades of Pine Green #007E69

Tints of Pine Green #007E69

Color information

#007E69 (or 0x007E69) is unknown color: approx Pine Green. HEX triplet: 00, 7E and 69. RGB value is (0,126,105). Sum of RGB (Red+Green+Blue) = 0+126+105=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #007E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E69 is #FF8196. Grayscale: #555555. Windows color (decimal): -16744855 or 6913536. OLE color: 6913536.

HSL color Cylindrical-coordinate representation of color #007E69: hue angle of 170º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E69 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB0126105-
CMYK100.170.51
HSL170º100%24.71%-
HSV(B)170º100%49.41%-
XYZ10.0115.9415.91-
YUV85.93138.7666.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 126 (49.61% from 255) = 54.55%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=0%
G=54.55%
B=45.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal0126105100.170.5117010024.71
Hex07E696401133aa6419
Octal01761511440216325214431
Binary011111101101001110010001000111001110101010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,126,105); }

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

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

 a { background-color: rgb(0,126,105); }

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

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

 span { border-color: rgb(0,126,105); }

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