Html Css Color HEX #017875 Surfie Green

📋 copy color: '#017875'

red 1 ◦ green 120 ◦ blue 117

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

Shades of Surfie Green #017875

Tints of Surfie Green #017875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.42%

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

R = 0.42%
G = 50.42%
B = 49.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#017875 (or 0x017875) is known color: Surfie Green. HEX triplet: 01, 78 and 75. RGB value is (1,120,117). Sum of RGB (Red+Green+Blue) = 1+120+117=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #017875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017875 is #FE878A. Grayscale: #535353. Windows color (decimal): -16680843 or 7698433. OLE color: 7698433.

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

Color convert

RGB 1 120 117 -
CMYK 0.99 0 0.02 0.53
HSL 178.49º 0.98% 0.24% -
HSV(B) 178.49º 0.99% 0.47% -
XYZ 9.94 14.72 19.15 -
YUV 84.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 1 120 117 0.99 0 0.02 0.53 178.49 0.98 0.24
Hex 1 78 75 63 0 2 35 B2 62 18
Octal 1 170 165 143 0 2 65 262 142 30
Binary 1 1111000 1110101 1100011 0 10 110101 10110010 1100010 11000

Color Harmonies of #017875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017875

Black with #017875

Text Example


Text Example

White with #017875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017875; }

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

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

background-color css

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

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

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

border-color css

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

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

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