Html Css Color HEX #107777 Surfie Green

📋 copy color: '#107777'

red 16 ◦ green 119 ◦ blue 119

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

Shades of Surfie Green #107777

Tints of Surfie Green #107777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 6.3%
G = 46.85%
B = 46.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#107777 (or 0x107777) is known color: Surfie Green. HEX triplet: 10, 77 and 77. RGB value is (16,119,119). Sum of RGB (Red+Green+Blue) = 16+119+119=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #107777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107777 is #EF8888. Grayscale: #585858. Windows color (decimal): -15698057 or 7829264. OLE color: 7829264.

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

Color convert

RGB 16 119 119 -
CMYK 0.87 0 0 0.53
HSL 180º 0.76% 0.26% -
HSV(B) 180º 0.87% 0.47% -
XYZ 10.14 14.64 19.74 -
YUV 88.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 16 119 119 0.87 0 0 0.53 180 0.76 0.26
Hex 10 77 77 57 0 0 35 B4 4C 1A
Octal 20 167 167 127 0 0 65 264 114 32
Binary 10000 1110111 1110111 1010111 0 0 110101 10110100 1001100 11010

Color Harmonies of #107777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107777

Black with #107777

Text Example


Text Example

White with #107777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107777; }

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

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

background-color css

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

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

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

border-color css

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

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

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