#0A7176

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

Shades of Surfie Green #0A7176

Tints of Surfie Green #0A7176

Color information

#0A7176 (or 0x0A7176) is unknown color: approx Surfie Green. HEX triplet: 0A, 71 and 76. RGB value is (10,113,118). Sum of RGB (Red+Green+Blue) = 10+113+118=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A7176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7176 is #F58E89. Grayscale: #525252. Windows color (decimal): -16092810 or 7762186. OLE color: 7762186.

HSL color Cylindrical-coordinate representation of color #0A7176: hue angle of 182.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7176 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10113118-
CMYK0.920.0400.54
HSL182.78º84.38%25.1%-
HSV(B)182.78º91.53%46.27%-
XYZ9.313.1819.19-
YUV82.77147.8876.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=4.15%
G=46.89%
B=48.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101131180.920.0400.54182.7884.3825.1
HexA71765C4036b75419
Octal12161166134406626712431
Binary1010111000111101101011100100011011010110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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