Html Css Color HEX #016F7A Surfie Green

📋 copy color: '#016F7A'

red 1 ◦ green 111 ◦ blue 122

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

Shades of Surfie Green #016F7A

Tints of Surfie Green #016F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.14%

R = 0.43%
G = 47.44%
B = 52.14%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#016F7A (or 0x016F7A) is known color: Surfie Green. HEX triplet: 01, 6F and 7A. RGB value is (1,111,122). Sum of RGB (Red+Green+Blue) = 1+111+122=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #016F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F7A is #FE9085. Grayscale: #4F4F4F. Windows color (decimal): -16683142 or 8023809. OLE color: 8023809.

HSL color Cylindrical-coordinate representation of color #016F7A: hue angle of 185.45º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F7A is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 111 122 -
CMYK 0.99 0.09 0 0.52
HSL 185.45º 0.98% 0.24% -
HSV(B) 185.45º 0.99% 0.48% -
XYZ 9.21 12.78 20.39 -
YUV 79.36 152.06 72.11 -
System Red Green Blue C M Y K H S L
Decimal 1 111 122 0.99 0.09 0 0.52 185.45 0.98 0.24
Hex 1 6F 7A 63 9 0 34 B9 62 18
Octal 1 157 172 143 11 0 64 271 142 30
Binary 1 1101111 1111010 1100011 1001 0 110100 10111001 1100010 11000

Color Harmonies of #016F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F7A

Black with #016F7A

Text Example


Text Example

White with #016F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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