#0F7377

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

Shades of Surfie Green #0F7377

Tints of Surfie Green #0F7377

Color information

#0F7377 (or 0x0F7377) is unknown color: approx Surfie Green. HEX triplet: 0F, 73 and 77. RGB value is (15,115,119). Sum of RGB (Red+Green+Blue) = 15+115+119=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F7377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7377 is #F08C88. Grayscale: #555555. Windows color (decimal): -15764617 or 7828239. OLE color: 7828239.

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

Color convert

RGB15115119-
CMYK0.870.0300.53
HSL182.31º77.61%26.27%-
HSV(B)182.31º87.39%46.67%-
XYZ9.6613.6919.59-
YUV85.56146.8777.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.02%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=6.02%
G=46.18%
B=47.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal151151190.870.0300.53182.3177.6126.27
HexF7377573035b64e1a
Octal17163167127306526611632
Binary111111100111110111101011111011010110110110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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