Html Css Color HEX #01707A Surfie Green

📋 copy color: '#01707A'

red 1 ◦ green 112 ◦ blue 122

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

Shades of Surfie Green #01707A

Tints of Surfie Green #01707A

RGB

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

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

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

R = 0.43%
G = 47.66%
B = 51.91%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01707A (or 0x01707A) is known color: Surfie Green. HEX triplet: 01, 70 and 7A. RGB value is (1,112,122). Sum of RGB (Red+Green+Blue) = 1+112+122=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #01707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01707A is #FE8F85. Grayscale: #4F4F4F. Windows color (decimal): -16682886 or 8024065. OLE color: 8024065.

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

Color convert

RGB 1 112 122 -
CMYK 0.99 0.08 0 0.52
HSL 184.96º 0.98% 0.24% -
HSV(B) 184.96º 0.99% 0.48% -
XYZ 9.32 13 20.43 -
YUV 79.95 151.73 71.69 -
System Red Green Blue C M Y K H S L
Decimal 1 112 122 0.99 0.08 0 0.52 184.96 0.98 0.24
Hex 1 70 7A 63 8 0 34 B9 62 18
Octal 1 160 172 143 10 0 64 271 142 30
Binary 1 1110000 1111010 1100011 1000 0 110100 10111001 1100010 11000

Color Harmonies of #01707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01707A

Black with #01707A

Text Example


Text Example

White with #01707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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