Html Css Color HEX #107C75 Surfie Green

📋 copy color: '#107C75'

red 16 ◦ green 124 ◦ blue 117

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

Shades of Surfie Green #107C75

Tints of Surfie Green #107C75

RGB

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

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

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

R = 6.23%
G = 48.25%
B = 45.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#107C75 (or 0x107C75) is known color: Surfie Green. HEX triplet: 10, 7C and 75. RGB value is (16,124,117). Sum of RGB (Red+Green+Blue) = 16+124+117=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #107C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C75 is #EF838A. Grayscale: #5A5A5A. Windows color (decimal): -15696779 or 7699472. OLE color: 7699472.

HSL color Cylindrical-coordinate representation of color #107C75: hue angle of 176.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107C75 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 124 117 -
CMYK 0.87 0 0.06 0.51
HSL 176.11º 0.77% 0.27% -
HSV(B) 176.11º 0.87% 0.49% -
XYZ 10.63 15.81 19.32 -
YUV 90.91 142.72 74.57 -
System Red Green Blue C M Y K H S L
Decimal 16 124 117 0.87 0 0.06 0.51 176.11 0.77 0.27
Hex 10 7C 75 57 0 6 33 B0 4D 1B
Octal 20 174 165 127 0 6 63 260 115 33
Binary 10000 1111100 1110101 1010111 0 110 110011 10110000 1001101 11011

Color Harmonies of #107C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C75

Black with #107C75

Text Example


Text Example

White with #107C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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