#0A7D76

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

Shades of Surfie Green #0A7D76

Tints of Surfie Green #0A7D76

Color information

#0A7D76 (or 0x0A7D76) is unknown color: approx Surfie Green. HEX triplet: 0A, 7D and 76. RGB value is (10,125,118). Sum of RGB (Red+Green+Blue) = 10+125+118=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D76 is #F58289. Grayscale: #595959. Windows color (decimal): -16089738 or 7765258. OLE color: 7765258.

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

Color convert

RGB10125118-
CMYK0.9200.060.51
HSL176.35º85.19%26.47%-
HSV(B)176.35º92%49.02%-
XYZ10.7316.0419.67-
YUV89.82143.971.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.95%
GREEN value IS 125 (49.22% from 255) = 49.41%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=3.95%
G=49.41%
B=46.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101251180.9200.060.51176.3585.1926.47
HexA7D765C0633b0551a
Octal12175166134066326012532
Binary1010111110111101101011100011011001110110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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