Html Css Color HEX #117C77 Surfie Green

📋 copy color: '#117C77'

red 17 ◦ green 124 ◦ blue 119

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

Shades of Surfie Green #117C77

Tints of Surfie Green #117C77

RGB

 RED value IS 17 (7.03% from 255) = 6.54%

 GREEN value IS 124 (48.83% from 255) = 47.69%

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 6.54%
G = 47.69%
B = 45.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#117C77 (or 0x117C77) is known color: Surfie Green. HEX triplet: 11, 7C and 77. RGB value is (17,124,119). Sum of RGB (Red+Green+Blue) = 17+124+119=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #117C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C77 is #EE8388. Grayscale: #5B5B5B. Windows color (decimal): -15631241 or 7830545. OLE color: 7830545.

HSL color Cylindrical-coordinate representation of color #117C77: hue angle of 177.2º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C77 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 124 119 -
CMYK 0.86 0 0.04 0.51
HSL 177.2º 0.76% 0.28% -
HSV(B) 177.2º 0.86% 0.49% -
XYZ 10.77 15.87 19.95 -
YUV 91.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 17 124 119 0.86 0 0.04 0.51 177.2 0.76 0.28
Hex 11 7C 77 56 0 4 33 B1 4C 1C
Octal 21 174 167 126 0 4 63 261 114 34
Binary 10001 1111100 1110111 1010110 0 100 110011 10110001 1001100 11100

Color Harmonies of #117C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C77

Black with #117C77

Text Example


Text Example

White with #117C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117C77; }

 p { color: rgb(17,124,119); }

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

background-color css

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

 a { background-color: rgb(17,124,119); }

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

border-color css

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

 span { border-color: rgb(17,124,119); }

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