#0A7174

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

Shades of Surfie Green #0A7174

Tints of Surfie Green #0A7174

Color information

#0A7174 (or 0x0A7174) is unknown color: approx Surfie Green. HEX triplet: 0A, 71 and 74. RGB value is (10,113,116). Sum of RGB (Red+Green+Blue) = 10+113+116=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A7174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7174 is #F58E8B. Grayscale: #525252. Windows color (decimal): -16092812 or 7631114. OLE color: 7631114.

HSL color Cylindrical-coordinate representation of color #0A7174: hue angle of 181.7º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7174 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10113116-
CMYK0.910.0300.55
HSL181.7º84.13%24.71%-
HSV(B)181.7º91.38%45.49%-
XYZ9.1813.1418.57-
YUV82.54146.8876.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=4.18%
G=47.28%
B=48.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101131160.910.0300.55181.784.1324.71
HexA71745B3037b65419
Octal12161164133306726612431
Binary101011100011110100101101111011011110110110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,116); }

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

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

 a { background-color: rgb(10,113,116); }

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

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

 span { border-color: rgb(10,113,116); }

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