Html Css Color HEX #01707F Surfie Green

📋 copy color: '#01707F'

red 1 ◦ green 112 ◦ blue 127

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

Shades of Surfie Green #01707F

Tints of Surfie Green #01707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 127 (50% from 255) = 52.92%

R = 0.42%
G = 46.67%
B = 52.92%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01707F (or 0x01707F) is known color: Surfie Green. HEX triplet: 01, 70 and 7F. RGB value is (1,112,127). Sum of RGB (Red+Green+Blue) = 1+112+127=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #01707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01707F is #FE8F80. Grayscale: #505050. Windows color (decimal): -16682881 or 8351745. OLE color: 8351745.

HSL color Cylindrical-coordinate representation of color #01707F: hue angle of 187.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01707F is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 112 127 -
CMYK 0.99 0.12 0 0.50
HSL 187.14º 0.98% 0.25% -
HSV(B) 187.14º 0.99% 0.5% -
XYZ 9.64 13.13 22.1 -
YUV 80.52 154.23 71.28 -
System Red Green Blue C M Y K H S L
Decimal 1 112 127 0.99 0.12 0 0.50 187.14 0.98 0.25
Hex 1 70 7F 63 C 0 32 BB 62 19
Octal 1 160 177 143 14 0 62 273 142 31
Binary 1 1110000 1111111 1100011 1100 0 110010 10111011 1100010 11001

Color Harmonies of #01707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01707F

Black with #01707F

Text Example


Text Example

White with #01707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01707F; }

 p { color: rgb(1,112,127); }

 H1.HeaderClassName
 {
   color: #01707F;
 }
 .AnyTagClassName
 {
   color: #01707F;
 }
</style>

background-color css

<style>
 a { background-color: #01707F; }

 a { background-color: rgb(1,112,127); }

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

border-color css

<style>
 span { border-color: #01707F; }

 span { border-color: rgb(1,112,127); }

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