Html Css Color HEX #10750C Green

📋 copy color: '#10750C'

red 16 ◦ green 117 ◦ blue 12

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

Shades of Green #10750C

Tints of Green #10750C

RGB

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

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

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

R = 11.03%
G = 80.69%
B = 8.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#10750C (or 0x10750C) is known color: Green. HEX triplet: 10, 75 and 0C. RGB value is (16,117,12). Sum of RGB (Red+Green+Blue) = 16+117+12=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #10750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10750C is #EF8AF3. Grayscale: #4B4B4B. Windows color (decimal): -15698676 or 816400. OLE color: 816400.

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

Color convert

RGB 16 117 12 -
CMYK 0.86 0 0.90 0.54
HSL 117.71º 0.81% 0.25% -
HSV(B) 117.71º 0.9% 0.46% -
XYZ 6.64 12.86 2.48 -
YUV 74.83 92.54 86.04 -
System Red Green Blue C M Y K H S L
Decimal 16 117 12 0.86 0 0.90 0.54 117.71 0.81 0.25
Hex 10 75 C 56 0 5A 36 76 51 19
Octal 20 165 14 126 0 132 66 166 121 31
Binary 10000 1110101 1100 1010110 0 1011010 110110 1110110 1010001 11001

Color Harmonies of #10750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10750C

Black with #10750C

Text Example


Text Example

White with #10750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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