#0A7374

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

Shades of Surfie Green #0A7374

Tints of Surfie Green #0A7374

Color information

#0A7374 (or 0x0A7374) is unknown color: approx Surfie Green. HEX triplet: 0A, 73 and 74. RGB value is (10,115,116). Sum of RGB (Red+Green+Blue) = 10+115+116=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A7374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7374 is #F58C8B. Grayscale: #535353. Windows color (decimal): -16092300 or 7631626. OLE color: 7631626.

HSL color Cylindrical-coordinate representation of color #0A7374: hue angle of 180.57º 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 #0A7374 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10115116-
CMYK0.910.0100.55
HSL180.57º84.13%24.71%-
HSV(B)180.57º91.38%45.49%-
XYZ9.4113.5918.65-
YUV83.72146.2175.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 116 (45.70% from 255) = 48.13%
R=4.15%
G=47.72%
B=48.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101151160.910.0100.55180.5784.1324.71
HexA73745B1037b55419
Octal12163164133106726512431
Binary10101110011111010010110111011011110110101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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