Html Css Color HEX #104700 Myrtle

📋 copy color: '#104700'

red 16 ◦ green 71 ◦ blue 0

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

Shades of Myrtle #104700

Tints of Myrtle #104700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 81.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 18.39%
G = 81.61%
B = 0%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#104700 (or 0x104700) is known color: Myrtle. HEX triplet: 10, 47 and 00. RGB value is (16,71,0). Sum of RGB (Red+Green+Blue) = 16+71+0=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 71 (28.12% from 255 or 81.61% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 71 - color contains mainly: green. Hex color #104700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104700 is #EFB8FF. Grayscale: #2E2E2E. Windows color (decimal): -15710464 or 18192. OLE color: 18192.

HSL color Cylindrical-coordinate representation of color #104700: hue angle of 106.48º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #104700 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 0 -
CMYK 0.77 0 1 0.72
HSL 106.48º 1% 0.14% -
HSV(B) 106.48º 1% 0.28% -
XYZ 2.47 4.62 0.76 -
YUV 46.46 101.78 106.27 -
System Red Green Blue C M Y K H S L
Decimal 16 71 0 0.77 0 1 0.72 106.48 1 0.14
Hex 10 47 0 4D 0 64 48 6A 64 E
Octal 20 107 0 115 0 144 110 152 144 16
Binary 10000 1000111 0 1001101 0 1100100 1001000 1101010 1100100 1110

Color Harmonies of #104700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104700

Black with #104700

Text Example


Text Example

White with #104700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104700; }

 p { color: rgb(16,71,0); }

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

background-color css

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

 a { background-color: rgb(16,71,0); }

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

border-color css

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

 span { border-color: rgb(16,71,0); }

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