Html Css Color HEX #016F76 Surfie Green

📋 copy color: '#016F76'

red 1 ◦ green 111 ◦ blue 118

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

Shades of Surfie Green #016F76

Tints of Surfie Green #016F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 0.43%
G = 48.26%
B = 51.3%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016F76 (or 0x016F76) is known color: Surfie Green. HEX triplet: 01, 6F and 76. RGB value is (1,111,118). Sum of RGB (Red+Green+Blue) = 1+111+118=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #016F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F76 is #FE9089. Grayscale: #4E4E4E. Windows color (decimal): -16683146 or 7761665. OLE color: 7761665.

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

Color convert

RGB 1 111 118 -
CMYK 0.99 0.06 0 0.54
HSL 183.59º 0.98% 0.23% -
HSV(B) 183.59º 0.99% 0.46% -
XYZ 8.97 12.68 19.12 -
YUV 78.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 1 111 118 0.99 0.06 0 0.54 183.59 0.98 0.23
Hex 1 6F 76 63 6 0 36 B8 62 17
Octal 1 157 166 143 6 0 66 270 142 27
Binary 1 1101111 1110110 1100011 110 0 110110 10111000 1100010 10111

Color Harmonies of #016F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F76

Black with #016F76

Text Example


Text Example

White with #016F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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