Html Css Color HEX #10771C Forest Green

📋 copy color: '#10771C'

red 16 ◦ green 119 ◦ blue 28

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

Shades of Forest Green #10771C

Tints of Forest Green #10771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 9.82%
G = 73.01%
B = 17.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#10771C (or 0x10771C) is known color: Forest Green. HEX triplet: 10, 77 and 1C. RGB value is (16,119,28). Sum of RGB (Red+Green+Blue) = 16+119+28=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 119 (46.88% from 255 or 73.01% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 119 - color contains mainly: green. Hex color #10771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10771C is #EF88E3. Grayscale: #4E4E4E. Windows color (decimal): -15698148 or 1865488. OLE color: 1865488.

HSL color Cylindrical-coordinate representation of color #10771C: hue angle of 126.99º 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 #10771C is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 119 28 -
CMYK 0.87 0 0.76 0.53
HSL 126.99º 0.76% 0.26% -
HSV(B) 126.99º 0.87% 0.47% -
XYZ 7.02 13.39 3.31 -
YUV 77.83 99.88 83.9 -
System Red Green Blue C M Y K H S L
Decimal 16 119 28 0.87 0 0.76 0.53 126.99 0.76 0.26
Hex 10 77 1C 57 0 4C 35 7F 4C 1A
Octal 20 167 34 127 0 114 65 177 114 32
Binary 10000 1110111 11100 1010111 0 1001100 110101 1111111 1001100 11010

Color Harmonies of #10771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10771C

Black with #10771C

Text Example


Text Example

White with #10771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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