Html Css Color HEX #117D78 Surfie Green

📋 copy color: '#117D78'

red 17 ◦ green 125 ◦ blue 120

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

Shades of Surfie Green #117D78

Tints of Surfie Green #117D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 6.49%
G = 47.71%
B = 45.8%

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

#117D78 (or 0x117D78) is known color: Surfie Green. HEX triplet: 11, 7D and 78. RGB value is (17,125,120). Sum of RGB (Red+Green+Blue) = 17+125+120=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #117D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D78 is #EE8287. Grayscale: #5C5C5C. Windows color (decimal): -15630984 or 7896337. OLE color: 7896337.

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

Color convert

RGB 17 125 120 -
CMYK 0.86 0 0.04 0.51
HSL 177.22º 0.76% 0.28% -
HSV(B) 177.22º 0.86% 0.49% -
XYZ 10.95 16.14 20.31 -
YUV 92.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 17 125 120 0.86 0 0.04 0.51 177.22 0.76 0.28
Hex 11 7D 78 56 0 4 33 B1 4C 1C
Octal 21 175 170 126 0 4 63 261 114 34
Binary 10001 1111101 1111000 1010110 0 100 110011 10110001 1001100 11100

Color Harmonies of #117D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D78

Black with #117D78

Text Example


Text Example

White with #117D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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