#0A7276

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

Shades of Surfie Green #0A7276

Tints of Surfie Green #0A7276

Color information

#0A7276 (or 0x0A7276) is unknown color: approx Surfie Green. HEX triplet: 0A, 72 and 76. RGB value is (10,114,118). Sum of RGB (Red+Green+Blue) = 10+114+118=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A7276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7276 is #F58D89. Grayscale: #535353. Windows color (decimal): -16092554 or 7762442. OLE color: 7762442.

HSL color Cylindrical-coordinate representation of color #0A7276: hue angle of 182.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7276 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10114118-
CMYK0.920.0300.54
HSL182.22º84.38%25.1%-
HSV(B)182.22º91.53%46.27%-
XYZ9.4113.4119.23-
YUV83.36147.5475.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=4.13%
G=47.11%
B=48.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101141180.920.0300.54182.2284.3825.1
HexA72765C3036b65419
Octal12162166134306626612431
Binary101011100101110110101110011011011010110110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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