#0F727A

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

Shades of Surfie Green #0F727A

Tints of Surfie Green #0F727A

Color information

#0F727A (or 0x0F727A) is unknown color: approx Surfie Green. HEX triplet: 0F, 72 and 7A. RGB value is (15,114,122). Sum of RGB (Red+Green+Blue) = 15+114+122=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F727A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F727A is #F08D85. Grayscale: #555555. Windows color (decimal): -15764870 or 8024591. OLE color: 8024591.

HSL color Cylindrical-coordinate representation of color #0F727A: hue angle of 184.49º 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 #0F727A is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB15114122-
CMYK0.880.0700.52
HSL184.49º78.1%26.86%-
HSV(B)184.49º87.7%47.84%-
XYZ9.7313.5420.51-
YUV85.31148.777.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.98%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=5.98%
G=45.42%
B=48.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal151141220.880.0700.52184.4978.126.86
HexF727A587034b84e1b
Octal17162172130706427011633
Binary1111111001011110101011000111011010010111000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,114,122); }

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

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

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

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

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

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

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