#007A69

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

Shades of Pine Green #007A69

Tints of Pine Green #007A69

Color information

#007A69 (or 0x007A69) is unknown color: approx Pine Green. HEX triplet: 00, 7A and 69. RGB value is (0,122,105). Sum of RGB (Red+Green+Blue) = 0+122+105=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #007A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A69 is #FF8596. Grayscale: #535353. Windows color (decimal): -16745879 or 6912512. OLE color: 6912512.

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

Color convert

RGB0122105-
CMYK100.140.52
HSL171.64º100%23.92%-
HSV(B)171.64º100%47.84%-
XYZ9.5114.9415.75-
YUV83.58140.0868.38-

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) = 53.74%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=0%
G=53.74%
B=46.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal0122105100.140.52171.6410023.92
Hex07A69640E34ac6418
Octal01721511440166425414430
Binary01111010110100111001000111011010010101100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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