#068272

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

Shades of Pine Green #068272

Tints of Pine Green #068272

Color information

#068272 (or 0x068272) is unknown color: approx Pine Green. HEX triplet: 06, 82 and 72. RGB value is (6,130,114). Sum of RGB (Red+Green+Blue) = 6+130+114=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #068272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068272 is #F97D8D. Grayscale: #5B5B5B. Windows color (decimal): -16350606 or 7504390. OLE color: 7504390.

HSL color Cylindrical-coordinate representation of color #068272: hue angle of 172.26º 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 #068272 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB6130114-
CMYK0.9500.120.49
HSL172.26º91.18%26.67%-
HSV(B)172.26º95.38%50.98%-
XYZ11.117.2218.66-
YUV91.1140.9267.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=2.4%
G=52%
B=45.6%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61301140.9500.120.49172.2691.1826.67
Hex682725F0C31ac5b1b
Octal62021621370146125413333
Binary11010000010111001010111110110011000110101100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068272; }

 p { color: rgb(6,130,114); }

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

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

 a { background-color: rgb(6,130,114); }

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

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

 span { border-color: rgb(6,130,114); }

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