#017073

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

Shades of Surfie Green #017073

Tints of Surfie Green #017073

Color information

#017073 (or 0x017073) is unknown color: approx Surfie Green. HEX triplet: 01, 70 and 73. RGB value is (1,112,115). Sum of RGB (Red+Green+Blue) = 1+112+115=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #017073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017073 is #FE8F8C. Grayscale: #4F4F4F. Windows color (decimal): -16682893 or 7565313. OLE color: 7565313.

HSL color Cylindrical-coordinate representation of color #017073: hue angle of 181.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017073 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1112115-
CMYK0.990.0300.55
HSL181.58º98.28%22.75%-
HSV(B)181.58º99.13%45.1%-
XYZ8.912.8318.23-
YUV79.15148.2372.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=0.44%
G=49.12%
B=50.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11121150.990.0300.55181.5898.2822.75
Hex17073633037b66217
Octal1160163143306726614227
Binary111100001110011110001111011011110110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017073; }

 p { color: rgb(1,112,115); }

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

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

 a { background-color: rgb(1,112,115); }

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

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

 span { border-color: rgb(1,112,115); }

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