Html Css Color HEX #01757A Surfie Green

📋 copy color: '#01757A'

red 1 ◦ green 117 ◦ blue 122

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

Shades of Surfie Green #01757A

Tints of Surfie Green #01757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

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

R = 0.42%
G = 48.75%
B = 50.83%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01757A (or 0x01757A) is known color: Surfie Green. HEX triplet: 01, 75 and 7A. RGB value is (1,117,122). Sum of RGB (Red+Green+Blue) = 1+117+122=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #01757A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01757A is #FE8A85. Grayscale: #525252. Windows color (decimal): -16681606 or 8025345. OLE color: 8025345.

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

Color convert

RGB 1 117 122 -
CMYK 0.99 0.04 0 0.52
HSL 182.48º 0.98% 0.24% -
HSV(B) 182.48º 0.99% 0.48% -
XYZ 9.89 14.13 20.62 -
YUV 82.89 150.07 69.59 -
System Red Green Blue C M Y K H S L
Decimal 1 117 122 0.99 0.04 0 0.52 182.48 0.98 0.24
Hex 1 75 7A 63 4 0 34 B6 62 18
Octal 1 165 172 143 4 0 64 266 142 30
Binary 1 1110101 1111010 1100011 100 0 110100 10110110 1100010 11000

Color Harmonies of #01757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01757A

Black with #01757A

Text Example


Text Example

White with #01757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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