#136107

Color #136107 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #136107

Tints of Green #136107

Color information

#136107 (or 0x136107) is unknown color: approx 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

RGB19977-
CMYK0.8000.930.62
HSL112º86.54%20.39%-
HSV(B)112º92.78%38.04%-
XYZ4.588.71.64-
YUV63.4296.1696.32-

RGB Variations

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

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.12% from 255) = 5.69%
R=15.45%
G=78.86%
B=5.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal199770.8000.930.6211286.5420.39
Hex136175005D3E705714
Octal23141712001357616012724
Binary1001111000011111010000010111011111101110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>