#0A7A74

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

Shades of Surfie Green #0A7A74

Tints of Surfie Green #0A7A74

Color information

#0A7A74 (or 0x0A7A74) is unknown color: approx Surfie Green. HEX triplet: 0A, 7A and 74. RGB value is (10,122,116). Sum of RGB (Red+Green+Blue) = 10+122+116=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A74 is #F5858B. Grayscale: #575757. Windows color (decimal): -16090508 or 7633418. OLE color: 7633418.

HSL color Cylindrical-coordinate representation of color #0A7A74: hue angle of 176.79º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7A74 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB10122116-
CMYK0.9200.050.52
HSL176.79º84.85%25.88%-
HSV(B)176.79º91.8%47.84%-
XYZ10.2415.2418.93-
YUV87.83143.8972.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 122 (48.05% from 255) = 49.19%
BLUE value IS 116 (45.70% from 255) = 46.77%
R=4.03%
G=49.19%
B=46.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101221160.9200.050.52176.7984.8525.88
HexA7A745C0534b1551a
Octal12172164134056426112532
Binary1010111101011101001011100010111010010110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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