Html Css Color HEX #016F72 Surfie Green

📋 copy color: '#016F72'

red 1 ◦ green 111 ◦ blue 114

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

Shades of Surfie Green #016F72

Tints of Surfie Green #016F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 0.44%
G = 49.12%
B = 50.44%

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

#016F72 (or 0x016F72) is known color: Surfie Green. HEX triplet: 01, 6F and 72. RGB value is (1,111,114). Sum of RGB (Red+Green+Blue) = 1+111+114=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #016F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F72 is #FE908D. Grayscale: #4E4E4E. Windows color (decimal): -16683150 or 7499521. OLE color: 7499521.

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

Color convert

RGB 1 111 114 -
CMYK 0.99 0.03 0 0.55
HSL 181.59º 0.98% 0.23% -
HSV(B) 181.59º 0.99% 0.45% -
XYZ 8.73 12.59 17.89 -
YUV 78.45 148.06 72.76 -
System Red Green Blue C M Y K H S L
Decimal 1 111 114 0.99 0.03 0 0.55 181.59 0.98 0.23
Hex 1 6F 72 63 3 0 37 B6 62 17
Octal 1 157 162 143 3 0 67 266 142 27
Binary 1 1101111 1110010 1100011 11 0 110111 10110110 1100010 10111

Color Harmonies of #016F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F72

Black with #016F72

Text Example


Text Example

White with #016F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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