Html Css Color HEX #016F7D Surfie Green

📋 copy color: '#016F7D'

red 1 ◦ green 111 ◦ blue 125

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

Shades of Surfie Green #016F7D

Tints of Surfie Green #016F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.74%

R = 0.42%
G = 46.84%
B = 52.74%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#016F7D (or 0x016F7D) is known color: Surfie Green. HEX triplet: 01, 6F and 7D. RGB value is (1,111,125). Sum of RGB (Red+Green+Blue) = 1+111+125=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #016F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F7D is #FE9082. Grayscale: #4F4F4F. Windows color (decimal): -16683139 or 8220417. OLE color: 8220417.

HSL color Cylindrical-coordinate representation of color #016F7D: hue angle of 186.77º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F7D is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 111 125 -
CMYK 0.99 0.11 0 0.51
HSL 186.77º 0.98% 0.25% -
HSV(B) 186.77º 0.99% 0.49% -
XYZ 9.4 12.86 21.39 -
YUV 79.71 153.56 71.86 -
System Red Green Blue C M Y K H S L
Decimal 1 111 125 0.99 0.11 0 0.51 186.77 0.98 0.25
Hex 1 6F 7D 63 B 0 33 BB 62 19
Octal 1 157 175 143 13 0 63 273 142 31
Binary 1 1101111 1111101 1100011 1011 0 110011 10111011 1100010 11001

Color Harmonies of #016F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F7D

Black with #016F7D

Text Example


Text Example

White with #016F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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