Html Css Color HEX #196610 Myrtle

📋 copy color: '#196610'

red 25 ◦ green 102 ◦ blue 16

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

Shades of Myrtle #196610

Tints of Myrtle #196610

RGB

 RED value IS 25 (10.16% from 255) = 17.48%

 GREEN value IS 102 (40.23% from 255) = 71.33%

 BLUE value IS 16 (6.64% from 255) = 11.19%

R = 17.48%
G = 71.33%
B = 11.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#196610 (or 0x196610) is known color: Myrtle. HEX triplet: 19, 66 and 10. RGB value is (25,102,16). Sum of RGB (Red+Green+Blue) = 25+102+16=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #196610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196610 is #E699EF. Grayscale: #454545. Windows color (decimal): -15112688 or 1074713. OLE color: 1074713.

HSL color Cylindrical-coordinate representation of color #196610: hue angle of 113.72º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196610 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 25 102 16 -
CMYK 0.75 0 0.84 0.6
HSL 113.72º 0.73% 0.23% -
HSV(B) 113.72º 0.84% 0.4% -
XYZ 5.25 9.75 2.1 -
YUV 69.17 97.99 96.49 -
System Red Green Blue C M Y K H S L
Decimal 25 102 16 0.75 0 0.84 0.6 113.72 0.73 0.23
Hex 19 66 10 4B 0 54 3C 72 49 17
Octal 31 146 20 113 0 124 74 162 111 27
Binary 11001 1100110 10000 1001011 0 1010100 111100 1110010 1001001 10111

Color Harmonies of #196610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196610

Black with #196610

Text Example


Text Example

White with #196610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196610; }

 p { color: rgb(25,102,16); }

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

background-color css

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

 a { background-color: rgb(25,102,16); }

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

border-color css

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

 span { border-color: rgb(25,102,16); }

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