#008068

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

Shades of Pine Green #008068

Tints of Pine Green #008068

Color information

#008068 (or 0x008068) is unknown color: approx Pine Green. HEX triplet: 00, 80 and 68. RGB value is (0,128,104). Sum of RGB (Red+Green+Blue) = 0+128+104=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #008068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008068 is #FF7F97. Grayscale: #565656. Windows color (decimal): -16744344 or 6848512. OLE color: 6848512.

HSL color Cylindrical-coordinate representation of color #008068: hue angle of 168.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008068 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB0128104-
CMYK100.190.50
HSL168.75º100%25.1%-
HSV(B)168.75º100%50.2%-
XYZ10.2216.4415.73-
YUV86.99137.5965.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 55.17%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=0%
G=55.17%
B=44.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal0128104100.190.50168.7510025.1
Hex080686401332a96419
Octal02001501440236225114431
Binary0100000001101000110010001001111001010101001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008068; }

 p { color: rgb(0,128,104); }

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

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

 a { background-color: rgb(0,128,104); }

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

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

 span { border-color: rgb(0,128,104); }

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