Html Css Color HEX #107575 Surfie Green

📋 copy color: '#107575'

red 16 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #107575

Tints of Surfie Green #107575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.8%

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

R = 6.4%
G = 46.8%
B = 46.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#107575 (or 0x107575) is known color: Surfie Green. HEX triplet: 10, 75 and 75. RGB value is (16,117,117). Sum of RGB (Red+Green+Blue) = 16+117+117=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #107575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107575 is #EF8A8A. Grayscale: #565656. Windows color (decimal): -15698571 or 7697680. OLE color: 7697680.

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

Color convert

RGB 16 117 117 -
CMYK 0.86 0 0 0.54
HSL 180º 0.76% 0.26% -
HSV(B) 180º 0.86% 0.46% -
XYZ 9.79 14.12 19.04 -
YUV 86.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 16 117 117 0.86 0 0 0.54 180 0.76 0.26
Hex 10 75 75 56 0 0 36 B4 4C 1A
Octal 20 165 165 126 0 0 66 264 114 32
Binary 10000 1110101 1110101 1010110 0 0 110110 10110100 1001100 11010

Color Harmonies of #107575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107575

Black with #107575

Text Example


Text Example

White with #107575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107575; }

 p { color: rgb(16,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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