Html Css Color HEX #136107 Green

📋 copy color: '#136107'

red 19 ◦ green 97 ◦ blue 7

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

Shades of Green #136107

Tints of Green #136107

RGB

 RED value IS 19 (7.81% from 255) = 15.45%

 GREEN value IS 97 (38.28% from 255) = 78.86%

 BLUE value IS 7 (3.13% from 255) = 5.69%

R = 15.45%
G = 78.86%
B = 5.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#136107 (or 0x136107) is known color: Green. HEX triplet: 13, 61 and 07. RGB value is (19,97,7). Sum of RGB (Red+Green+Blue) = 19+97+7=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #136107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136107 is #EC9EF8. Grayscale: #3F3F3F. Windows color (decimal): -15507193 or 483603. OLE color: 483603.

HSL color Cylindrical-coordinate representation of color #136107: hue angle of 112º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136107 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 7 -
CMYK 0.80 0 0.93 0.62
HSL 112º 0.87% 0.2% -
HSV(B) 112º 0.93% 0.38% -
XYZ 4.58 8.7 1.64 -
YUV 63.42 96.16 96.32 -
System Red Green Blue C M Y K H S L
Decimal 19 97 7 0.80 0 0.93 0.62 112 0.87 0.2
Hex 13 61 7 50 0 5D 3E 70 57 14
Octal 23 141 7 120 0 135 76 160 127 24
Binary 10011 1100001 111 1010000 0 1011101 111110 1110000 1010111 10100

Color Harmonies of #136107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136107

Black with #136107

Text Example


Text Example

White with #136107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136107; }

 p { color: rgb(19,97,7); }

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

background-color css

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

 a { background-color: rgb(19,97,7); }

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

border-color css

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

 span { border-color: rgb(19,97,7); }

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