#0F7B78

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

Shades of Surfie Green #0F7B78

Tints of Surfie Green #0F7B78

Color information

#0F7B78 (or 0x0F7B78) is unknown color: approx Surfie Green. HEX triplet: 0F, 7B and 78. RGB value is (15,123,120). Sum of RGB (Red+Green+Blue) = 15+123+120=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B78 is #F08487. Grayscale: #5A5A5A. Windows color (decimal): -15762568 or 7895823. OLE color: 7895823.

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

Color convert

RGB15123120-
CMYK0.8800.020.52
HSL178.33º78.26%27.06%-
HSV(B)178.33º87.8%48.24%-
XYZ10.6715.6220.22-
YUV90.37144.7274.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.81%
GREEN value IS 123 (48.44% from 255) = 47.67%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=5.81%
G=47.67%
B=46.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal151231200.8800.020.52178.3378.2627.06
HexF7B78580234b24e1b
Octal17173170130026426211633
Binary111111110111111000101100001011010010110010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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