Html Css Color HEX #016F77 Surfie Green

📋 copy color: '#016F77'

red 1 ◦ green 111 ◦ blue 119

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

Shades of Surfie Green #016F77

Tints of Surfie Green #016F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 0.43%
G = 48.05%
B = 51.52%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016F77 (or 0x016F77) is known color: Surfie Green. HEX triplet: 01, 6F and 77. RGB value is (1,111,119). Sum of RGB (Red+Green+Blue) = 1+111+119=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #016F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F77 is #FE9088. Grayscale: #4E4E4E. Windows color (decimal): -16683145 or 7827201. OLE color: 7827201.

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

Color convert

RGB 1 111 119 -
CMYK 0.99 0.07 0 0.53
HSL 184.07º 0.98% 0.24% -
HSV(B) 184.07º 0.99% 0.47% -
XYZ 9.03 12.71 19.43 -
YUV 79.02 150.56 72.35 -
System Red Green Blue C M Y K H S L
Decimal 1 111 119 0.99 0.07 0 0.53 184.07 0.98 0.24
Hex 1 6F 77 63 7 0 35 B8 62 18
Octal 1 157 167 143 7 0 65 270 142 30
Binary 1 1101111 1110111 1100011 111 0 110101 10111000 1100010 11000

Color Harmonies of #016F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F77

Black with #016F77

Text Example


Text Example

White with #016F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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