Html Css Color HEX #01707B Surfie Green

📋 copy color: '#01707B'

red 1 ◦ green 112 ◦ blue 123

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

Shades of Surfie Green #01707B

Tints of Surfie Green #01707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 52.12%

R = 0.42%
G = 47.46%
B = 52.12%

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

#01707B (or 0x01707B) is known color: Surfie Green. HEX triplet: 01, 70 and 7B. RGB value is (1,112,123). Sum of RGB (Red+Green+Blue) = 1+112+123=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #01707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01707B is #FE8F84. Grayscale: #4F4F4F. Windows color (decimal): -16682885 or 8089601. OLE color: 8089601.

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

Color convert

RGB 1 112 123 -
CMYK 0.99 0.09 0 0.52
HSL 185.41º 0.98% 0.24% -
HSV(B) 185.41º 0.99% 0.48% -
XYZ 9.38 13.02 20.76 -
YUV 80.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 1 112 123 0.99 0.09 0 0.52 185.41 0.98 0.24
Hex 1 70 7B 63 9 0 34 B9 62 18
Octal 1 160 173 143 11 0 64 271 142 30
Binary 1 1110000 1111011 1100011 1001 0 110100 10111001 1100010 11000

Color Harmonies of #01707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01707B

Black with #01707B

Text Example


Text Example

White with #01707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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