Html Css Color HEX #136F0F Green

📋 copy color: '#136F0F'

red 19 ◦ green 111 ◦ blue 15

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

Shades of Green #136F0F

Tints of Green #136F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 76.55%

 BLUE value IS 15 (6.25% from 255) = 10.34%

R = 13.1%
G = 76.55%
B = 10.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#136F0F (or 0x136F0F) is known color: Green. HEX triplet: 13, 6F and 0F. RGB value is (19,111,15). Sum of RGB (Red+Green+Blue) = 19+111+15=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 111 (43.75% from 255 or 76.55% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 111 - color contains mainly: green. Hex color #136F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F0F is #EC90F0. Grayscale: #484848. Windows color (decimal): -15503601 or 1011475. OLE color: 1011475.

HSL color Cylindrical-coordinate representation of color #136F0F: hue angle of 117.5º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136F0F is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 111 15 -
CMYK 0.83 0 0.86 0.56
HSL 117.5º 0.76% 0.25% -
HSV(B) 117.5º 0.86% 0.44% -
XYZ 6.04 11.54 2.36 -
YUV 72.55 95.52 89.81 -
System Red Green Blue C M Y K H S L
Decimal 19 111 15 0.83 0 0.86 0.56 117.5 0.76 0.25
Hex 13 6F F 53 0 56 38 76 4C 19
Octal 23 157 17 123 0 126 70 166 114 31
Binary 10011 1101111 1111 1010011 0 1010110 111000 1110110 1001100 11001

Color Harmonies of #136F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F0F

Black with #136F0F

Text Example


Text Example

White with #136F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136F0F; }

 p { color: rgb(19,111,15); }

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

background-color css

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

 a { background-color: rgb(19,111,15); }

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

border-color css

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

 span { border-color: rgb(19,111,15); }

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