Html Css Color HEX #117C75 Surfie Green

📋 copy color: '#117C75'

red 17 ◦ green 124 ◦ blue 117

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

Shades of Surfie Green #117C75

Tints of Surfie Green #117C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 6.59%
G = 48.06%
B = 45.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#117C75 (or 0x117C75) is known color: Surfie Green. HEX triplet: 11, 7C and 75. RGB value is (17,124,117). Sum of RGB (Red+Green+Blue) = 17+124+117=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #117C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C75 is #EE838A. Grayscale: #5B5B5B. Windows color (decimal): -15631243 or 7699473. OLE color: 7699473.

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

Color convert

RGB 17 124 117 -
CMYK 0.86 0 0.06 0.51
HSL 176.07º 0.76% 0.28% -
HSV(B) 176.07º 0.86% 0.49% -
XYZ 10.65 15.82 19.32 -
YUV 91.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 17 124 117 0.86 0 0.06 0.51 176.07 0.76 0.28
Hex 11 7C 75 56 0 6 33 B0 4C 1C
Octal 21 174 165 126 0 6 63 260 114 34
Binary 10001 1111100 1110101 1010110 0 110 110011 10110000 1001100 11100

Color Harmonies of #117C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C75

Black with #117C75

Text Example


Text Example

White with #117C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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