Html Css Color HEX #136D61 Blue Stone

📋 copy color: '#136D61'

red 19 ◦ green 109 ◦ blue 97

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

Shades of Blue Stone #136D61

Tints of Blue Stone #136D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.44%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 8.44%
G = 48.44%
B = 43.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#136D61 (or 0x136D61) is known color: Blue Stone. HEX triplet: 13, 6D and 61. RGB value is (19,109,97). Sum of RGB (Red+Green+Blue) = 19+109+97=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #136D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D61 is #EC929E. Grayscale: #505050. Windows color (decimal): -15504031 or 6384915. OLE color: 6384915.

HSL color Cylindrical-coordinate representation of color #136D61: hue angle of 172º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D61 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 97 -
CMYK 0.83 0 0.11 0.57
HSL 172º 0.7% 0.25% -
HSV(B) 172º 0.83% 0.43% -
XYZ 7.89 11.94 13.2 -
YUV 80.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 19 109 97 0.83 0 0.11 0.57 172 0.7 0.25
Hex 13 6D 61 53 0 B 39 AC 46 19
Octal 23 155 141 123 0 13 71 254 106 31
Binary 10011 1101101 1100001 1010011 0 1011 111001 10101100 1000110 11001

Color Harmonies of #136D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D61

Black with #136D61

Text Example


Text Example

White with #136D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,109,97); }

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

background-color css

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

 a { background-color: rgb(19,109,97); }

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

border-color css

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

 span { border-color: rgb(19,109,97); }

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