Html Css Color HEX #136807 Green

📋 copy color: '#136807'

red 19 ◦ green 104 ◦ blue 7

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

Shades of Green #136807

Tints of Green #136807

RGB

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

 GREEN value IS 104 (41.02% from 255) = 80%

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

R = 14.62%
G = 80%
B = 5.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#136807 (or 0x136807) is known color: Green. HEX triplet: 13, 68 and 07. RGB value is (19,104,7). Sum of RGB (Red+Green+Blue) = 19+104+7=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 104 (41.02% from 255 or 80% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 104 - color contains mainly: green. Hex color #136807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136807 is #EC97F8. Grayscale: #434343. Windows color (decimal): -15505401 or 485395. OLE color: 485395.

HSL color Cylindrical-coordinate representation of color #136807: hue angle of 112.58º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136807 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 7 -
CMYK 0.82 0 0.93 0.59
HSL 112.58º 0.87% 0.22% -
HSV(B) 112.58º 0.93% 0.41% -
XYZ 5.26 10.05 1.86 -
YUV 67.53 93.84 93.39 -
System Red Green Blue C M Y K H S L
Decimal 19 104 7 0.82 0 0.93 0.59 112.58 0.87 0.22
Hex 13 68 7 52 0 5D 3B 71 57 16
Octal 23 150 7 122 0 135 73 161 127 26
Binary 10011 1101000 111 1010010 0 1011101 111011 1110001 1010111 10110

Color Harmonies of #136807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136807

Black with #136807

Text Example


Text Example

White with #136807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136807; }

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

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

background-color css

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

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

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

border-color css

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

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

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