#0F8769

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

Shades of Deep Sea #0F8769

Tints of Deep Sea #0F8769

Color information

#0F8769 (or 0x0F8769) is unknown color: approx Deep Sea. HEX triplet: 0F, 87 and 69. RGB value is (15,135,105). Sum of RGB (Red+Green+Blue) = 15+135+105=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8769 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8769 is #F07896. Grayscale: #5F5F5F. Windows color (decimal): -15759511 or 6915855. OLE color: 6915855.

HSL color Cylindrical-coordinate representation of color #0F8769: hue angle of 165º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8769 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB15135105-
CMYK0.8900.220.47
HSL165º80%29.41%-
HSV(B)165º88.89%52.94%-
XYZ11.4118.4516.32-
YUV95.7133.2470.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.88%
GREEN value IS 135 (53.12% from 255) = 52.94%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=5.88%
G=52.94%
B=41.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal151351050.8900.220.471658029.41
HexF8769590162Fa5501d
Octal172071511310265724512035
Binary1111100001111101001101100101011010111110100101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,135,105); }

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

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

 a { background-color: rgb(15,135,105); }

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

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

 span { border-color: rgb(15,135,105); }

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