#068274

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

Shades of Pine Green #068274

Tints of Pine Green #068274

Color information

#068274 (or 0x068274) is unknown color: approx Pine Green. HEX triplet: 06, 82 and 74. RGB value is (6,130,116). Sum of RGB (Red+Green+Blue) = 6+130+116=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #068274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068274 is #F97D8B. Grayscale: #5B5B5B. Windows color (decimal): -16350604 or 7635462. OLE color: 7635462.

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

Color convert

RGB6130116-
CMYK0.9500.110.49
HSL173.23º91.18%26.67%-
HSV(B)173.23º95.38%50.98%-
XYZ11.2117.2619.26-
YUV91.33141.9267.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=2.38%
G=51.59%
B=46.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61301160.9500.110.49173.2391.1826.67
Hex682745F0B31ad5b1b
Octal62021641370136125513333
Binary11010000010111010010111110101111000110101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068274; }

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

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

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

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

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

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

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

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