Html Css Color HEX #135F07 Myrtle

📋 copy color: '#135F07'

red 19 ◦ green 95 ◦ blue 7

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

Shades of Myrtle #135F07

Tints of Myrtle #135F07

RGB

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

 GREEN value IS 95 (37.5% from 255) = 78.51%

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

R = 15.7%
G = 78.51%
B = 5.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.63

RGB Variations

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

Color information

#135F07 (or 0x135F07) is known color: Myrtle. HEX triplet: 13, 5F and 07. RGB value is (19,95,7). Sum of RGB (Red+Green+Blue) = 19+95+7=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 95 (37.5% from 255 or 78.51% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 95 - color contains mainly: green. Hex color #135F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135F07 is #ECA0F8. Grayscale: #3E3E3E. Windows color (decimal): -15507705 or 483091. OLE color: 483091.

HSL color Cylindrical-coordinate representation of color #135F07: hue angle of 111.82º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135F07 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 95 7 -
CMYK 0.80 0 0.93 0.63
HSL 111.82º 0.86% 0.2% -
HSV(B) 111.82º 0.93% 0.37% -
XYZ 4.4 8.34 1.58 -
YUV 62.24 96.82 97.16 -
System Red Green Blue C M Y K H S L
Decimal 19 95 7 0.80 0 0.93 0.63 111.82 0.86 0.2
Hex 13 5F 7 50 0 5D 3F 70 56 14
Octal 23 137 7 120 0 135 77 160 126 24
Binary 10011 1011111 111 1010000 0 1011101 111111 1110000 1010110 10100

Color Harmonies of #135F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F07

Black with #135F07

Text Example


Text Example

White with #135F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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