#0A7B75

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

Shades of Surfie Green #0A7B75

Tints of Surfie Green #0A7B75

Color information

#0A7B75 (or 0x0A7B75) is unknown color: approx Surfie Green. HEX triplet: 0A, 7B and 75. RGB value is (10,123,117). Sum of RGB (Red+Green+Blue) = 10+123+117=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7B75 is #F5848A. Grayscale: #585858. Windows color (decimal): -16090251 or 7699210. OLE color: 7699210.

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

Color convert

RGB10123117-
CMYK0.9200.050.52
HSL176.81º84.96%26.08%-
HSV(B)176.81º91.87%48.24%-
XYZ10.4215.5119.28-
YUV88.53144.0671.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4%
GREEN value IS 123 (48.44% from 255) = 49.2%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=4%
G=49.2%
B=46.8%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101231170.9200.050.52176.8184.9626.08
HexA7B755C0534b1551a
Octal12173165134056426112532
Binary1010111101111101011011100010111010010110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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