Html Css Color HEX #017773 Surfie Green

📋 copy color: '#017773'

red 1 ◦ green 119 ◦ blue 115

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

Shades of Surfie Green #017773

Tints of Surfie Green #017773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.64%

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 0.43%
G = 50.64%
B = 48.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#017773 (or 0x017773) is known color: Surfie Green. HEX triplet: 01, 77 and 73. RGB value is (1,119,115). Sum of RGB (Red+Green+Blue) = 1+119+115=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #017773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017773 is #FE888C. Grayscale: #535353. Windows color (decimal): -16681101 or 7567105. OLE color: 7567105.

HSL color Cylindrical-coordinate representation of color #017773: hue angle of 177.97º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017773 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 119 115 -
CMYK 0.99 0 0.03 0.53
HSL 177.97º 0.98% 0.24% -
HSV(B) 177.97º 0.99% 0.47% -
XYZ 9.7 14.44 18.5 -
YUV 83.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 1 119 115 0.99 0 0.03 0.53 177.97 0.98 0.24
Hex 1 77 73 63 0 3 35 B2 62 18
Octal 1 167 163 143 0 3 65 262 142 30
Binary 1 1110111 1110011 1100011 0 11 110101 10110010 1100010 11000

Color Harmonies of #017773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017773

Black with #017773

Text Example


Text Example

White with #017773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017773; }

 p { color: rgb(1,119,115); }

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

background-color css

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

 a { background-color: rgb(1,119,115); }

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

border-color css

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

 span { border-color: rgb(1,119,115); }

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