Html Css Color HEX #017975 Surfie Green

📋 copy color: '#017975'

red 1 ◦ green 121 ◦ blue 117

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

Shades of Surfie Green #017975

Tints of Surfie Green #017975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.63%

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

R = 0.42%
G = 50.63%
B = 48.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#017975 (or 0x017975) is known color: Surfie Green. HEX triplet: 01, 79 and 75. RGB value is (1,121,117). Sum of RGB (Red+Green+Blue) = 1+121+117=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #017975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017975 is #FE868A. Grayscale: #545454. Windows color (decimal): -16680587 or 7698689. OLE color: 7698689.

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

Color convert

RGB 1 121 117 -
CMYK 0.99 0 0.03 0.53
HSL 178º 0.98% 0.24% -
HSV(B) 178º 0.99% 0.47% -
XYZ 10.06 14.97 19.19 -
YUV 84.66 146.24 68.33 -
System Red Green Blue C M Y K H S L
Decimal 1 121 117 0.99 0 0.03 0.53 178 0.98 0.24
Hex 1 79 75 63 0 3 35 B2 62 18
Octal 1 171 165 143 0 3 65 262 142 30
Binary 1 1111001 1110101 1100011 0 11 110101 10110010 1100010 11000

Color Harmonies of #017975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017975

Black with #017975

Text Example


Text Example

White with #017975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017975; }

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

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

background-color css

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

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

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

border-color css

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

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

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