Html Css Color HEX #107003 Green

📋 copy color: '#107003'

red 16 ◦ green 112 ◦ blue 3

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

Shades of Green #107003

Tints of Green #107003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 85.5%

 BLUE value IS 3 (1.56% from 255) = 2.29%

R = 12.21%
G = 85.5%
B = 2.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#107003 (or 0x107003) is known color: Green. HEX triplet: 10, 70 and 03. RGB value is (16,112,3). Sum of RGB (Red+Green+Blue) = 16+112+3=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #107003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107003 is #EF8FFC. Grayscale: #474747. Windows color (decimal): -15699965 or 225296. OLE color: 225296.

HSL color Cylindrical-coordinate representation of color #107003: hue angle of 112.84º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #107003 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 112 3 -
CMYK 0.86 0 0.97 0.56
HSL 112.84º 0.95% 0.23% -
HSV(B) 112.84º 0.97% 0.44% -
XYZ 6.02 11.71 2.03 -
YUV 70.87 89.7 88.86 -
System Red Green Blue C M Y K H S L
Decimal 16 112 3 0.86 0 0.97 0.56 112.84 0.95 0.23
Hex 10 70 3 56 0 61 38 71 5F 17
Octal 20 160 3 126 0 141 70 161 137 27
Binary 10000 1110000 11 1010110 0 1100001 111000 1110001 1011111 10111

Color Harmonies of #107003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107003

Black with #107003

Text Example


Text Example

White with #107003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107003; }

 p { color: rgb(16,112,3); }

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

background-color css

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

 a { background-color: rgb(16,112,3); }

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

border-color css

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

 span { border-color: rgb(16,112,3); }

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