#0F7979

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

Shades of Surfie Green #0F7979

Tints of Surfie Green #0F7979

Color information

#0F7979 (or 0x0F7979) is unknown color: approx Surfie Green. HEX triplet: 0F, 79 and 79. RGB value is (15,121,121). Sum of RGB (Red+Green+Blue) = 15+121+121=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #0F7979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7979 is #F08686. Grayscale: #595959. Windows color (decimal): -15763079 or 7960847. OLE color: 7960847.

HSL color Cylindrical-coordinate representation of color #0F7979: hue angle of 180º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7979 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB15121121-
CMYK0.88000.53
HSL180º77.94%26.67%-
HSV(B)180º87.6%47.45%-
XYZ10.4915.1620.46-
YUV89.31145.8875-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.84%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=5.84%
G=47.08%
B=47.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal151211210.88000.5318077.9426.67
HexF7979580035b44e1b
Octal17171171130006526411633
Binary11111111001111100110110000011010110110100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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