#087268

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

Shades of Pine Green #087268

Tints of Pine Green #087268

Color information

#087268 (or 0x087268) is unknown color: approx Pine Green. HEX triplet: 08, 72 and 68. RGB value is (8,114,104). Sum of RGB (Red+Green+Blue) = 8+114+104=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #087268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087268 is #F78D97. Grayscale: #515151. Windows color (decimal): -16223640 or 6844936. OLE color: 6844936.

HSL color Cylindrical-coordinate representation of color #087268: hue angle of 174.34º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087268 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB8114104-
CMYK0.9300.090.55
HSL174.34º86.89%23.92%-
HSV(B)174.34º92.98%44.71%-
XYZ8.6213.0915.17-
YUV81.17140.8875.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=3.54%
G=50.44%
B=46.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81141040.9300.090.55174.3486.8923.92
Hex872685D0937ae5718
Octal101621501350116725612730
Binary10001110010110100010111010100111011110101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087268; }

 p { color: rgb(8,114,104); }

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

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

 a { background-color: rgb(8,114,104); }

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

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

 span { border-color: rgb(8,114,104); }

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