Html Css Color HEX #106F74 Surfie Green

📋 copy color: '#106F74'

red 16 ◦ green 111 ◦ blue 116

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

Shades of Surfie Green #106F74

Tints of Surfie Green #106F74

RGB

 RED value IS 16 (6.64% from 255) = 6.58%

 GREEN value IS 111 (43.75% from 255) = 45.68%

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

R = 6.58%
G = 45.68%
B = 47.74%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106F74 (or 0x106F74) is known color: Surfie Green. HEX triplet: 10, 6F and 74. RGB value is (16,111,116). Sum of RGB (Red+Green+Blue) = 16+111+116=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #106F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F74 is #EF908B. Grayscale: #535353. Windows color (decimal): -15700108 or 7630608. OLE color: 7630608.

HSL color Cylindrical-coordinate representation of color #106F74: hue angle of 183º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F74 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 111 116 -
CMYK 0.86 0.04 0 0.55
HSL 183º 0.76% 0.26% -
HSV(B) 183º 0.86% 0.45% -
XYZ 9.05 12.74 18.51 -
YUV 83.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 16 111 116 0.86 0.04 0 0.55 183 0.76 0.26
Hex 10 6F 74 56 4 0 37 B7 4C 1A
Octal 20 157 164 126 4 0 67 267 114 32
Binary 10000 1101111 1110100 1010110 100 0 110111 10110111 1001100 11010

Color Harmonies of #106F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106F74

Black with #106F74

Text Example


Text Example

White with #106F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106F74; }

 p { color: rgb(16,111,116); }

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

background-color css

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

 a { background-color: rgb(16,111,116); }

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

border-color css

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

 span { border-color: rgb(16,111,116); }

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