Html Css Color HEX #017076 Surfie Green

📋 copy color: '#017076'

red 1 ◦ green 112 ◦ blue 118

#017076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #017076

Tints of Surfie Green #017076

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 112 (44.14% from 255) = 48.48%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 0.43%
G = 48.48%
B = 51.08%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#017076 (or 0x017076) is known color: Surfie Green. HEX triplet: 01, 70 and 76. RGB value is (1,112,118). Sum of RGB (Red+Green+Blue) = 1+112+118=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #017076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017076 is #FE8F89. Grayscale: #4F4F4F. Windows color (decimal): -16682890 or 7761921. OLE color: 7761921.

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

Color convert

RGB 1 112 118 -
CMYK 0.99 0.05 0 0.54
HSL 183.08º 0.98% 0.23% -
HSV(B) 183.08º 0.99% 0.46% -
XYZ 9.08 12.9 19.15 -
YUV 79.5 149.73 72.01 -
System Red Green Blue C M Y K H S L
Decimal 1 112 118 0.99 0.05 0 0.54 183.08 0.98 0.23
Hex 1 70 76 63 5 0 36 B7 62 17
Octal 1 160 166 143 5 0 66 267 142 27
Binary 1 1110000 1110110 1100011 101 0 110110 10110111 1100010 10111

Color Harmonies of #017076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017076

Black with #017076

Text Example


Text Example

White with #017076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017076; }

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

 H1.HeaderClassName
 {
   color: #017076;
 }
 .AnyTagClassName
 {
   color: #017076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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