Html Css Color HEX #10740C Green

📋 copy color: '#10740C'

red 16 ◦ green 116 ◦ blue 12

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

Shades of Green #10740C

Tints of Green #10740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.33%

R = 11.11%
G = 80.56%
B = 8.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#10740C (or 0x10740C) is known color: Green. HEX triplet: 10, 74 and 0C. RGB value is (16,116,12). Sum of RGB (Red+Green+Blue) = 16+116+12=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 116 (45.70% from 255 or 80.56% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 116 - color contains mainly: green. Hex color #10740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10740C is #EF8BF3. Grayscale: #4A4A4A. Windows color (decimal): -15698932 or 816144. OLE color: 816144.

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

Color convert

RGB 16 116 12 -
CMYK 0.86 0 0.90 0.55
HSL 117.69º 0.81% 0.25% -
HSV(B) 117.69º 0.9% 0.45% -
XYZ 6.53 12.63 2.44 -
YUV 74.24 92.87 86.46 -
System Red Green Blue C M Y K H S L
Decimal 16 116 12 0.86 0 0.90 0.55 117.69 0.81 0.25
Hex 10 74 C 56 0 5A 37 76 51 19
Octal 20 164 14 126 0 132 67 166 121 31
Binary 10000 1110100 1100 1010110 0 1011010 110111 1110110 1010001 11001

Color Harmonies of #10740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10740C

Black with #10740C

Text Example


Text Example

White with #10740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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