Html Css Color HEX #016F75 Surfie Green

📋 copy color: '#016F75'

red 1 ◦ green 111 ◦ blue 117

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

Shades of Surfie Green #016F75

Tints of Surfie Green #016F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.47%

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

R = 0.44%
G = 48.47%
B = 51.09%

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

#016F75 (or 0x016F75) is known color: Surfie Green. HEX triplet: 01, 6F and 75. RGB value is (1,111,117). Sum of RGB (Red+Green+Blue) = 1+111+117=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #016F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F75 is #FE908A. Grayscale: #4E4E4E. Windows color (decimal): -16683147 or 7696129. OLE color: 7696129.

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

Color convert

RGB 1 111 117 -
CMYK 0.99 0.05 0 0.54
HSL 183.1º 0.98% 0.23% -
HSV(B) 183.1º 0.99% 0.46% -
XYZ 8.91 12.66 18.8 -
YUV 78.79 149.56 72.51 -
System Red Green Blue C M Y K H S L
Decimal 1 111 117 0.99 0.05 0 0.54 183.1 0.98 0.23
Hex 1 6F 75 63 5 0 36 B7 62 17
Octal 1 157 165 143 5 0 66 267 142 27
Binary 1 1101111 1110101 1100011 101 0 110110 10110111 1100010 10111

Color Harmonies of #016F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F75

Black with #016F75

Text Example


Text Example

White with #016F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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