#0f7875

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

Shades of Surfie Green #0F7875

Tints of Surfie Green #0F7875

Color information

#0F7875 (or 0x0F7875) is unknown color: approx Surfie Green. HEX triplet: 0F, 78 and 75. RGB value is (15,120,117). Sum of RGB (Red+Green+Blue) = 15+120+117=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #0F7875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7875 is #F0878A. Grayscale: #585858. Windows color (decimal): -15763339 or 7698447. OLE color: 7698447.

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

Color convert

RGB15120117-
CMYK0.8700.020.53
HSL178.29º77.78%26.47%-
HSV(B)178.29º87.5%47.06%-
XYZ10.1214.8219.16-
YUV88.26144.2175.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=5.95%
G=47.62%
B=46.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal151201170.8700.020.53178.2977.7826.47
HexF7875570235b24e1a
Octal17170165127026526211632
Binary111111110001110101101011101011010110110010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,117); }

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

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

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

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

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

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

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