#0F8763

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

Shades of Deep Sea #0F8763

Tints of Deep Sea #0F8763

Color information

#0F8763 (or 0x0F8763) is unknown color: approx Deep Sea. HEX triplet: 0F, 87 and 63. RGB value is (15,135,99). Sum of RGB (Red+Green+Blue) = 15+135+99=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8763 is #F0789C. Grayscale: #5F5F5F. Windows color (decimal): -15759517 or 6522639. OLE color: 6522639.

HSL color Cylindrical-coordinate representation of color #0F8763: hue angle of 162º 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 #0F8763 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1513599-
CMYK0.8900.270.47
HSL162º80%29.41%-
HSV(B)162º88.89%52.94%-
XYZ11.1118.3314.76-
YUV95.02130.2470.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.02%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=6.02%
G=54.22%
B=39.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15135990.8900.270.471628029.41
HexF87635901B2Fa2501d
Octal172071431310335724212035
Binary1111100001111100011101100101101110111110100010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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