Html Css Color HEX #01707C Surfie Green

📋 copy color: '#01707C'

red 1 ◦ green 112 ◦ blue 124

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

Shades of Surfie Green #01707C

Tints of Surfie Green #01707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 0.42%
G = 47.26%
B = 52.32%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01707C (or 0x01707C) is known color: Surfie Green. HEX triplet: 01, 70 and 7C. RGB value is (1,112,124). Sum of RGB (Red+Green+Blue) = 1+112+124=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #01707C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01707C is #FE8F83. Grayscale: #505050. Windows color (decimal): -16682884 or 8155137. OLE color: 8155137.

HSL color Cylindrical-coordinate representation of color #01707C: hue angle of 185.85º 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 #01707C is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 112 124 -
CMYK 0.99 0.10 0 0.51
HSL 185.85º 0.98% 0.25% -
HSV(B) 185.85º 0.99% 0.49% -
XYZ 9.44 13.05 21.09 -
YUV 80.18 152.73 71.52 -
System Red Green Blue C M Y K H S L
Decimal 1 112 124 0.99 0.10 0 0.51 185.85 0.98 0.25
Hex 1 70 7C 63 A 0 33 BA 62 19
Octal 1 160 174 143 12 0 63 272 142 31
Binary 1 1110000 1111100 1100011 1010 0 110011 10111010 1100010 11001

Color Harmonies of #01707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01707C

Black with #01707C

Text Example


Text Example

White with #01707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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