#0F7374

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

Shades of Surfie Green #0F7374

Tints of Surfie Green #0F7374

Color information

#0F7374 (or 0x0F7374) is unknown color: approx Surfie Green. HEX triplet: 0F, 73 and 74. RGB value is (15,115,116). Sum of RGB (Red+Green+Blue) = 15+115+116=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #0F7374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7374 is #F08C8B. Grayscale: #555555. Windows color (decimal): -15764620 or 7631631. OLE color: 7631631.

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

Color convert

RGB15115116-
CMYK0.870.0100.55
HSL180.59º77.1%25.69%-
HSV(B)180.59º87.07%45.49%-
XYZ9.4813.6218.65-
YUV85.21145.3777.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=6.10%
G=46.75%
B=47.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal151151160.870.0100.55180.5977.125.69
HexF7374571037b54d1a
Octal17163164127106726511532
Binary11111110011111010010101111011011110110101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,115,116); }

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

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

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

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

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

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

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