Html Css Color HEX #108076 Surfie Green

📋 copy color: '#108076'

red 16 ◦ green 128 ◦ blue 118

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

Shades of Surfie Green #108076

Tints of Surfie Green #108076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.85%

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 6.11%
G = 48.85%
B = 45.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#108076 (or 0x108076) is known color: Surfie Green. HEX triplet: 10, 80 and 76. RGB value is (16,128,118). Sum of RGB (Red+Green+Blue) = 16+128+118=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #108076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108076 is #EF7F89. Grayscale: #5D5D5D. Windows color (decimal): -15695754 or 7766032. OLE color: 7766032.

HSL color Cylindrical-coordinate representation of color #108076: hue angle of 174.64º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108076 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 128 118 -
CMYK 0.88 0 0.08 0.50
HSL 174.64º 0.78% 0.28% -
HSV(B) 174.64º 0.88% 0.5% -
XYZ 11.2 16.86 19.8 -
YUV 93.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 16 128 118 0.88 0 0.08 0.50 174.64 0.78 0.28
Hex 10 80 76 58 0 8 32 AF 4E 1C
Octal 20 200 166 130 0 10 62 257 116 34
Binary 10000 10000000 1110110 1011000 0 1000 110010 10101111 1001110 11100

Color Harmonies of #108076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108076

Black with #108076

Text Example


Text Example

White with #108076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108076; }

 p { color: rgb(16,128,118); }

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

background-color css

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

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

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

border-color css

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

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

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