Html Css Color HEX #10740D Green

📋 copy color: '#10740D'

red 16 ◦ green 116 ◦ blue 13

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

Shades of Green #10740D

Tints of Green #10740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 80%

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 11.03%
G = 80%
B = 8.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#10740D (or 0x10740D) is known color: Green. HEX triplet: 10, 74 and 0D. RGB value is (16,116,13). Sum of RGB (Red+Green+Blue) = 16+116+13=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 116 (45.70% from 255 or 80% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 116 - color contains mainly: green. Hex color #10740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10740D is #EF8BF2. Grayscale: #4A4A4A. Windows color (decimal): -15698931 or 881680. OLE color: 881680.

HSL color Cylindrical-coordinate representation of color #10740D: hue angle of 118.25º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10740D is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 116 13 -
CMYK 0.86 0 0.89 0.55
HSL 118.25º 0.8% 0.25% -
HSV(B) 118.25º 0.89% 0.45% -
XYZ 6.53 12.63 2.47 -
YUV 74.36 93.37 86.38 -
System Red Green Blue C M Y K H S L
Decimal 16 116 13 0.86 0 0.89 0.55 118.25 0.8 0.25
Hex 10 74 D 56 0 59 37 76 50 19
Octal 20 164 15 126 0 131 67 166 120 31
Binary 10000 1110100 1101 1010110 0 1011001 110111 1110110 1010000 11001

Color Harmonies of #10740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10740D

Black with #10740D

Text Example


Text Example

White with #10740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10740D; }

 p { color: rgb(16,116,13); }

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

background-color css

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

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

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

border-color css

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

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

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