#0A7075

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

Shades of Surfie Green #0A7075

Tints of Surfie Green #0A7075

Color information

#0A7075 (or 0x0A7075) is unknown color: approx Surfie Green. HEX triplet: 0A, 70 and 75. RGB value is (10,112,117). Sum of RGB (Red+Green+Blue) = 10+112+117=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A7075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7075 is #F58F8A. Grayscale: #515151. Windows color (decimal): -16093067 or 7696394. OLE color: 7696394.

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

Color convert

RGB10112117-
CMYK0.910.0400.54
HSL182.8º84.25%24.9%-
HSV(B)182.8º91.45%45.88%-
XYZ9.1312.9418.85-
YUV82.07147.7176.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 112 (44.14% from 255) = 46.86%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=4.18%
G=46.86%
B=48.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101121170.910.0400.54182.884.2524.9
HexA70755B4036b75419
Octal12160165133406626712431
Binary1010111000011101011011011100011011010110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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