Html Css Color HEX #138706 Green

📋 copy color: '#138706'

red 19 ◦ green 135 ◦ blue 6

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

Shades of Green #138706

Tints of Green #138706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 84.38%

 BLUE value IS 6 (2.73% from 255) = 3.75%

R = 11.88%
G = 84.38%
B = 3.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#138706 (or 0x138706) is known color: Green. HEX triplet: 13, 87 and 06. RGB value is (19,135,6). Sum of RGB (Red+Green+Blue) = 19+135+6=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 135 (53.12% from 255 or 84.38% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 135 - color contains mainly: green. Hex color #138706 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138706 is #EC78F9. Grayscale: #565656. Windows color (decimal): -15497466 or 427795. OLE color: 427795.

HSL color Cylindrical-coordinate representation of color #138706: hue angle of 113.95º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #138706 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 6 -
CMYK 0.86 0 0.96 0.47
HSL 113.95º 0.91% 0.28% -
HSV(B) 113.95º 0.96% 0.53% -
XYZ 8.97 17.48 3.07 -
YUV 85.61 83.07 80.49 -
System Red Green Blue C M Y K H S L
Decimal 19 135 6 0.86 0 0.96 0.47 113.95 0.91 0.28
Hex 13 87 6 56 0 60 2F 72 5B 1C
Octal 23 207 6 126 0 140 57 162 133 34
Binary 10011 10000111 110 1010110 0 1100000 101111 1110010 1011011 11100

Color Harmonies of #138706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138706

Black with #138706

Text Example


Text Example

White with #138706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138706; }

 p { color: rgb(19,135,6); }

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

background-color css

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

 a { background-color: rgb(19,135,6); }

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

border-color css

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

 span { border-color: rgb(19,135,6); }

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