Html Css Color HEX #017074 Surfie Green

📋 copy color: '#017074'

red 1 ◦ green 112 ◦ blue 116

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

Shades of Surfie Green #017074

Tints of Surfie Green #017074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.66%

R = 0.44%
G = 48.91%
B = 50.66%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#017074 (or 0x017074) is known color: Surfie Green. HEX triplet: 01, 70 and 74. RGB value is (1,112,116). Sum of RGB (Red+Green+Blue) = 1+112+116=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #017074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017074 is #FE8F8B. Grayscale: #4F4F4F. Windows color (decimal): -16682892 or 7630849. OLE color: 7630849.

HSL color Cylindrical-coordinate representation of color #017074: hue angle of 182.09º 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 #017074 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 112 116 -
CMYK 0.99 0.03 0 0.55
HSL 182.09º 0.98% 0.23% -
HSV(B) 182.09º 0.99% 0.45% -
XYZ 8.96 12.86 18.53 -
YUV 79.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 1 112 116 0.99 0.03 0 0.55 182.09 0.98 0.23
Hex 1 70 74 63 3 0 37 B6 62 17
Octal 1 160 164 143 3 0 67 266 142 27
Binary 1 1110000 1110100 1100011 11 0 110111 10110110 1100010 10111

Color Harmonies of #017074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017074

Black with #017074

Text Example


Text Example

White with #017074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017074; }

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

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

background-color css

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

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

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

border-color css

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

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

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