#0A7A75

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

Shades of Surfie Green #0A7A75

Tints of Surfie Green #0A7A75

Color information

#0A7A75 (or 0x0A7A75) is unknown color: approx Surfie Green. HEX triplet: 0A, 7A and 75. RGB value is (10,122,117). Sum of RGB (Red+Green+Blue) = 10+122+117=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7A75 is #F5858A. Grayscale: #575757. Windows color (decimal): -16090507 or 7698954. OLE color: 7698954.

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

Color convert

RGB10122117-
CMYK0.9200.040.52
HSL177.32º84.85%25.88%-
HSV(B)177.32º91.8%47.84%-
XYZ10.315.2719.23-
YUV87.94144.3972.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 122 (48.05% from 255) = 49.00%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=4.02%
G=49.00%
B=46.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101221170.9200.040.52177.3284.8525.88
HexA7A755C0434b1551a
Octal12172165134046426112532
Binary1010111101011101011011100010011010010110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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