Html Css Color HEX #117074 Surfie Green

📋 copy color: '#117074'

red 17 ◦ green 112 ◦ blue 116

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

Shades of Surfie Green #117074

Tints of Surfie Green #117074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 6.94%
G = 45.71%
B = 47.35%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#117074 (or 0x117074) is known color: Surfie Green. HEX triplet: 11, 70 and 74. RGB value is (17,112,116). Sum of RGB (Red+Green+Blue) = 17+112+116=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #117074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117074 is #EE8F8B. Grayscale: #535353. Windows color (decimal): -15634316 or 7630865. OLE color: 7630865.

HSL color Cylindrical-coordinate representation of color #117074: hue angle of 182.42º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117074 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 112 116 -
CMYK 0.85 0.03 0 0.55
HSL 182.42º 0.74% 0.26% -
HSV(B) 182.42º 0.85% 0.45% -
XYZ 9.18 12.97 18.54 -
YUV 84.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 17 112 116 0.85 0.03 0 0.55 182.42 0.74 0.26
Hex 11 70 74 55 3 0 37 B6 4A 1A
Octal 21 160 164 125 3 0 67 266 112 32
Binary 10001 1110000 1110100 1010101 11 0 110111 10110110 1001010 11010

Color Harmonies of #117074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117074

Black with #117074

Text Example


Text Example

White with #117074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117074; }

 p { color: rgb(17,112,116); }

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

background-color css

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

 a { background-color: rgb(17,112,116); }

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

border-color css

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

 span { border-color: rgb(17,112,116); }

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