Html Css Color HEX #016F78 Surfie Green

📋 copy color: '#016F78'

red 1 ◦ green 111 ◦ blue 120

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

Shades of Surfie Green #016F78

Tints of Surfie Green #016F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 0.43%
G = 47.84%
B = 51.72%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016F78 (or 0x016F78) is known color: Surfie Green. HEX triplet: 01, 6F and 78. RGB value is (1,111,120). Sum of RGB (Red+Green+Blue) = 1+111+120=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #016F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F78 is #FE9087. Grayscale: #4E4E4E. Windows color (decimal): -16683144 or 7892737. OLE color: 7892737.

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

Color convert

RGB 1 111 120 -
CMYK 0.99 0.08 0 0.53
HSL 184.54º 0.98% 0.24% -
HSV(B) 184.54º 0.99% 0.47% -
XYZ 9.09 12.73 19.75 -
YUV 79.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 1 111 120 0.99 0.08 0 0.53 184.54 0.98 0.24
Hex 1 6F 78 63 8 0 35 B9 62 18
Octal 1 157 170 143 10 0 65 271 142 30
Binary 1 1101111 1111000 1100011 1000 0 110101 10111001 1100010 11000

Color Harmonies of #016F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F78

Black with #016F78

Text Example


Text Example

White with #016F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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