#0F8079

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

Shades of Surfie Green #0F8079

Tints of Surfie Green #0F8079

Color information

#0F8079 (or 0x0F8079) is unknown color: approx Surfie Green. HEX triplet: 0F, 80 and 79. RGB value is (15,128,121). Sum of RGB (Red+Green+Blue) = 15+128+121=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8079 is #F07F86. Grayscale: #5D5D5D. Windows color (decimal): -15761287 or 7962639. OLE color: 7962639.

HSL color Cylindrical-coordinate representation of color #0F8079: hue angle of 176.28º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8079 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB15128121-
CMYK0.8800.050.50
HSL176.28º79.02%28.04%-
HSV(B)176.28º88.28%50.2%-
XYZ11.3716.9220.76-
YUV93.42143.5672.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.68%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 121 (47.66% from 255) = 45.83%
R=5.68%
G=48.48%
B=45.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151281210.8800.050.50176.2879.0228.04
HexF8079580532b04f1c
Octal17200171130056226011734
Binary11111000000011110011011000010111001010110000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,128,121); }

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

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

 a { background-color: rgb(15,128,121); }

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

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

 span { border-color: rgb(15,128,121); }

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