Html Css Color HEX #108476 Surfie Green

📋 copy color: '#108476'

red 16 ◦ green 132 ◦ blue 118

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

Shades of Surfie Green #108476

Tints of Surfie Green #108476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

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

R = 6.02%
G = 49.62%
B = 44.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#108476 (or 0x108476) is known color: Surfie Green. HEX triplet: 10, 84 and 76. RGB value is (16,132,118). Sum of RGB (Red+Green+Blue) = 16+132+118=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #108476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108476 is #EF7B89. Grayscale: #5F5F5F. Windows color (decimal): -15694730 or 7767056. OLE color: 7767056.

HSL color Cylindrical-coordinate representation of color #108476: hue angle of 172.76º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108476 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 132 118 -
CMYK 0.88 0 0.11 0.48
HSL 172.76º 0.78% 0.29% -
HSV(B) 172.76º 0.88% 0.52% -
XYZ 11.73 17.92 19.98 -
YUV 95.72 140.57 71.14 -
System Red Green Blue C M Y K H S L
Decimal 16 132 118 0.88 0 0.11 0.48 172.76 0.78 0.29
Hex 10 84 76 58 0 B 30 AD 4E 1D
Octal 20 204 166 130 0 13 60 255 116 35
Binary 10000 10000100 1110110 1011000 0 1011 110000 10101101 1001110 11101

Color Harmonies of #108476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108476

Black with #108476

Text Example


Text Example

White with #108476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108476; }

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

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

background-color css

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

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

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

border-color css

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

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

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