Html Css Color HEX #117D77 Surfie Green

📋 copy color: '#117D77'

red 17 ◦ green 125 ◦ blue 119

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

Shades of Surfie Green #117D77

Tints of Surfie Green #117D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.89%

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

R = 6.51%
G = 47.89%
B = 45.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#117D77 (or 0x117D77) is known color: Surfie Green. HEX triplet: 11, 7D and 77. RGB value is (17,125,119). Sum of RGB (Red+Green+Blue) = 17+125+119=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #117D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D77 is #EE8288. Grayscale: #5B5B5B. Windows color (decimal): -15630985 or 7830801. OLE color: 7830801.

HSL color Cylindrical-coordinate representation of color #117D77: hue angle of 176.67º 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 #117D77 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 125 119 -
CMYK 0.86 0 0.05 0.51
HSL 176.67º 0.76% 0.28% -
HSV(B) 176.67º 0.86% 0.49% -
XYZ 10.89 16.12 19.99 -
YUV 92.02 143.22 74.49 -
System Red Green Blue C M Y K H S L
Decimal 17 125 119 0.86 0 0.05 0.51 176.67 0.76 0.28
Hex 11 7D 77 56 0 5 33 B1 4C 1C
Octal 21 175 167 126 0 5 63 261 114 34
Binary 10001 1111101 1110111 1010110 0 101 110011 10110001 1001100 11100

Color Harmonies of #117D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D77

Black with #117D77

Text Example


Text Example

White with #117D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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