Html Css Color HEX #107520 Forest Green

📋 copy color: '#107520'

red 16 ◦ green 117 ◦ blue 32

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

Shades of Forest Green #107520

Tints of Forest Green #107520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 70.91%

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 9.7%
G = 70.91%
B = 19.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#107520 (or 0x107520) is known color: Forest Green. HEX triplet: 10, 75 and 20. RGB value is (16,117,32). Sum of RGB (Red+Green+Blue) = 16+117+32=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #107520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107520 is #EF8ADF. Grayscale: #4D4D4D. Windows color (decimal): -15698656 or 2127120. OLE color: 2127120.

HSL color Cylindrical-coordinate representation of color #107520: hue angle of 129.5º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107520 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 117 32 -
CMYK 0.86 0 0.73 0.54
HSL 129.5º 0.76% 0.26% -
HSV(B) 129.5º 0.86% 0.46% -
XYZ 6.84 12.94 3.5 -
YUV 77.11 102.54 84.41 -
System Red Green Blue C M Y K H S L
Decimal 16 117 32 0.86 0 0.73 0.54 129.5 0.76 0.26
Hex 10 75 20 56 0 49 36 82 4C 1A
Octal 20 165 40 126 0 111 66 202 114 32
Binary 10000 1110101 100000 1010110 0 1001001 110110 10000010 1001100 11010

Color Harmonies of #107520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107520

Black with #107520

Text Example


Text Example

White with #107520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107520; }

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

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

background-color css

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

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

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

border-color css

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

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

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