#068370

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

Shades of Pine Green #068370

Tints of Pine Green #068370

Color information

#068370 (or 0x068370) is unknown color: approx Pine Green. HEX triplet: 06, 83 and 70. RGB value is (6,131,112). Sum of RGB (Red+Green+Blue) = 6+131+112=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #068370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068370 is #F97C8F. Grayscale: #5B5B5B. Windows color (decimal): -16350352 or 7373574. OLE color: 7373574.

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

Color convert

RGB6131112-
CMYK0.9500.150.49
HSL170.88º91.24%26.86%-
HSV(B)170.88º95.42%51.37%-
XYZ11.1217.4418.11-
YUV91.46139.5967.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=2.41%
G=52.61%
B=44.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61311120.9500.150.49170.8891.2426.86
Hex683705F0F31ab5b1b
Octal62031601370176125313333
Binary11010000011111000010111110111111000110101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068370; }

 p { color: rgb(6,131,112); }

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

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

 a { background-color: rgb(6,131,112); }

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

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

 span { border-color: rgb(6,131,112); }

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