#0A717A

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

Shades of Surfie Green #0A717A

Tints of Surfie Green #0A717A

Color information

#0A717A (or 0x0A717A) is unknown color: approx Surfie Green. HEX triplet: 0A, 71 and 7A. RGB value is (10,113,122). Sum of RGB (Red+Green+Blue) = 10+113+122=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A717A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A717A is #F58E85. Grayscale: #535353. Windows color (decimal): -16092806 or 8024330. OLE color: 8024330.

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

Color convert

RGB10113122-
CMYK0.920.0700.52
HSL184.82º84.85%25.88%-
HSV(B)184.82º91.8%47.84%-
XYZ9.5413.2820.47-
YUV83.23149.8875.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=4.08%
G=46.12%
B=49.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101131220.920.0700.52184.8284.8525.88
HexA717A5C7034b9551a
Octal12161172134706427112532
Binary1010111000111110101011100111011010010111001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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