#068169

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

Shades of Pine Green #068169

Tints of Pine Green #068169

Color information

#068169 (or 0x068169) is unknown color: approx Pine Green. HEX triplet: 06, 81 and 69. RGB value is (6,129,105). Sum of RGB (Red+Green+Blue) = 6+129+105=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #068169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068169 is #F97E96. Grayscale: #595959. Windows color (decimal): -16350871 or 6914310. OLE color: 6914310.

HSL color Cylindrical-coordinate representation of color #068169: hue angle of 168.29º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068169 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB6129105-
CMYK0.9500.190.49
HSL168.29º91.11%26.47%-
HSV(B)168.29º95.35%50.59%-
XYZ10.4816.7616.05-
YUV89.49136.7568.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=2.5%
G=53.75%
B=43.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61291050.9500.190.49168.2991.1126.47
Hex681695F01331a85b1a
Octal62011511370236125013332
Binary110100000011101001101111101001111000110101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068169; }

 p { color: rgb(6,129,105); }

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

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

 a { background-color: rgb(6,129,105); }

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

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

 span { border-color: rgb(6,129,105); }

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