Html Css Color HEX #10740F Green

📋 copy color: '#10740F'

red 16 ◦ green 116 ◦ blue 15

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

Shades of Green #10740F

Tints of Green #10740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 10.88%
G = 78.91%
B = 10.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#10740F (or 0x10740F) is known color: Green. HEX triplet: 10, 74 and 0F. RGB value is (16,116,15). Sum of RGB (Red+Green+Blue) = 16+116+15=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 116 (45.70% from 255 or 78.91% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 116 - color contains mainly: green. Hex color #10740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10740F is #EF8BF0. Grayscale: #4A4A4A. Windows color (decimal): -15698929 or 1012752. OLE color: 1012752.

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

Color convert

RGB 16 116 15 -
CMYK 0.86 0 0.87 0.55
HSL 119.41º 0.77% 0.26% -
HSV(B) 119.41º 0.87% 0.45% -
XYZ 6.55 12.64 2.55 -
YUV 74.59 94.37 86.21 -
System Red Green Blue C M Y K H S L
Decimal 16 116 15 0.86 0 0.87 0.55 119.41 0.77 0.26
Hex 10 74 F 56 0 57 37 77 4D 1A
Octal 20 164 17 126 0 127 67 167 115 32
Binary 10000 1110100 1111 1010110 0 1010111 110111 1110111 1001101 11010

Color Harmonies of #10740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10740F

Black with #10740F

Text Example


Text Example

White with #10740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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