Html Css Color HEX #017075 Surfie Green

📋 copy color: '#017075'

red 1 ◦ green 112 ◦ blue 117

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

Shades of Surfie Green #017075

Tints of Surfie Green #017075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.87%

R = 0.43%
G = 48.7%
B = 50.87%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#017075 (or 0x017075) is known color: Surfie Green. HEX triplet: 01, 70 and 75. RGB value is (1,112,117). Sum of RGB (Red+Green+Blue) = 1+112+117=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #017075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017075 is #FE8F8A. Grayscale: #4F4F4F. Windows color (decimal): -16682891 or 7696385. OLE color: 7696385.

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

Color convert

RGB 1 112 117 -
CMYK 0.99 0.04 0 0.54
HSL 182.59º 0.98% 0.23% -
HSV(B) 182.59º 0.99% 0.46% -
XYZ 9.02 12.88 18.84 -
YUV 79.38 149.23 72.09 -
System Red Green Blue C M Y K H S L
Decimal 1 112 117 0.99 0.04 0 0.54 182.59 0.98 0.23
Hex 1 70 75 63 4 0 36 B7 62 17
Octal 1 160 165 143 4 0 66 267 142 27
Binary 1 1110000 1110101 1100011 100 0 110110 10110111 1100010 10111

Color Harmonies of #017075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017075

Black with #017075

Text Example


Text Example

White with #017075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017075; }

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

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

background-color css

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

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

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

border-color css

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

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

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