Html Css Color HEX #136707 Green

📋 copy color: '#136707'

red 19 ◦ green 103 ◦ blue 7

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

Shades of Green #136707

Tints of Green #136707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 79.84%

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

R = 14.73%
G = 79.84%
B = 5.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#136707 (or 0x136707) is known color: Green. HEX triplet: 13, 67 and 07. RGB value is (19,103,7). Sum of RGB (Red+Green+Blue) = 19+103+7=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 103 (40.62% from 255 or 79.84% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 103 - color contains mainly: green. Hex color #136707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136707 is #EC98F8. Grayscale: #434343. Windows color (decimal): -15505657 or 485139. OLE color: 485139.

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

Color convert

RGB 19 103 7 -
CMYK 0.82 0 0.93 0.60
HSL 112.5º 0.87% 0.22% -
HSV(B) 112.5º 0.93% 0.4% -
XYZ 5.16 9.85 1.83 -
YUV 66.94 94.17 93.81 -
System Red Green Blue C M Y K H S L
Decimal 19 103 7 0.82 0 0.93 0.60 112.5 0.87 0.22
Hex 13 67 7 52 0 5D 3C 70 57 16
Octal 23 147 7 122 0 135 74 160 127 26
Binary 10011 1100111 111 1010010 0 1011101 111100 1110000 1010111 10110

Color Harmonies of #136707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136707

Black with #136707

Text Example


Text Example

White with #136707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136707; }

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

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

background-color css

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

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

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

border-color css

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

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

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