#0A7B78

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

Shades of Surfie Green #0A7B78

Tints of Surfie Green #0A7B78

Color information

#0A7B78 (or 0x0A7B78) is unknown color: approx Surfie Green. HEX triplet: 0A, 7B and 78. RGB value is (10,123,120). Sum of RGB (Red+Green+Blue) = 10+123+120=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7B78 is #F58487. Grayscale: #585858. Windows color (decimal): -16090248 or 7895818. OLE color: 7895818.

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

Color convert

RGB10123120-
CMYK0.9200.020.52
HSL178.41º84.96%26.08%-
HSV(B)178.41º91.87%48.24%-
XYZ10.615.5920.22-
YUV88.87145.5671.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.95%
GREEN value IS 123 (48.44% from 255) = 48.62%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=3.95%
G=48.62%
B=47.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101231200.9200.020.52178.4184.9626.08
HexA7B785C0234b2551a
Octal12173170134026426212532
Binary101011110111111000101110001011010010110010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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