#0F7668

Color #0F7668 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #0F7668

Tints of Deep Sea #0F7668

Color information

#0F7668 (or 0x0F7668) is unknown color: approx Deep Sea. HEX triplet: 0F, 76 and 68. RGB value is (15,118,104). Sum of RGB (Red+Green+Blue) = 15+118+104=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7668 is #F08997. Grayscale: #555555. Windows color (decimal): -15763864 or 6845967. OLE color: 6845967.

HSL color Cylindrical-coordinate representation of color #0F7668: hue angle of 171.84º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7668 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB15118104-
CMYK0.8700.120.54
HSL171.84º77.44%26.08%-
HSV(B)171.84º87.29%46.27%-
XYZ9.1714.0615.33-
YUV85.61138.3877.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.33%
GREEN value IS 118 (46.48% from 255) = 49.79%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=6.33%
G=49.79%
B=43.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal151181040.8700.120.54171.8477.4426.08
HexF7668570C36ac4d1a
Octal171661501270146625411532
Binary11111110110110100010101110110011011010101100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F7668; }

 p { color: rgb(15,118,104); }

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

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

 a { background-color: rgb(15,118,104); }

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

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

 span { border-color: rgb(15,118,104); }

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