#0A7678

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

Shades of Surfie Green #0A7678

Tints of Surfie Green #0A7678

Color information

#0A7678 (or 0x0A7678) is unknown color: approx Surfie Green. HEX triplet: 0A, 76 and 78. RGB value is (10,118,120). Sum of RGB (Red+Green+Blue) = 10+118+120=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A7678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7678 is #F58987. Grayscale: #555555. Windows color (decimal): -16091528 or 7894538. OLE color: 7894538.

HSL color Cylindrical-coordinate representation of color #0A7678: hue angle of 181.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7678 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10118120-
CMYK0.920.0200.53
HSL181.09º84.62%25.49%-
HSV(B)181.09º91.67%47.06%-
XYZ9.9914.3820.02-
YUV85.94147.2273.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=4.03%
G=47.58%
B=48.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101181200.920.0200.53181.0984.6225.49
HexA76785C2035b55519
Octal12166170134206526512531
Binary101011101101111000101110010011010110110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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