Html Css Color HEX #107D77 Surfie Green

📋 copy color: '#107D77'

red 16 ◦ green 125 ◦ blue 119

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

Shades of Surfie Green #107D77

Tints of Surfie Green #107D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 6.15%
G = 48.08%
B = 45.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#107D77 (or 0x107D77) is known color: Surfie Green. HEX triplet: 10, 7D and 77. RGB value is (16,125,119). Sum of RGB (Red+Green+Blue) = 16+125+119=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #107D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D77 is #EF8288. Grayscale: #5B5B5B. Windows color (decimal): -15696521 or 7830800. OLE color: 7830800.

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

Color convert

RGB 16 125 119 -
CMYK 0.87 0 0.05 0.51
HSL 176.7º 0.77% 0.28% -
HSV(B) 176.7º 0.87% 0.49% -
XYZ 10.88 16.11 19.99 -
YUV 91.73 143.39 73.99 -
System Red Green Blue C M Y K H S L
Decimal 16 125 119 0.87 0 0.05 0.51 176.7 0.77 0.28
Hex 10 7D 77 57 0 5 33 B1 4D 1C
Octal 20 175 167 127 0 5 63 261 115 34
Binary 10000 1111101 1110111 1010111 0 101 110011 10110001 1001101 11100

Color Harmonies of #107D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D77

Black with #107D77

Text Example


Text Example

White with #107D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,125,119); }

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

background-color css

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

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

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

border-color css

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

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

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