Html Css Color HEX #139B07 Islamic Green

📋 copy color: '#139B07'

red 19 ◦ green 155 ◦ blue 7

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

Shades of Islamic Green #139B07

Tints of Islamic Green #139B07

RGB

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

 GREEN value IS 155 (60.94% from 255) = 85.64%

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

R = 10.5%
G = 85.64%
B = 3.87%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#139B07 (or 0x139B07) is known color: Islamic Green. HEX triplet: 13, 9B and 07. RGB value is (19,155,7). Sum of RGB (Red+Green+Blue) = 19+155+7=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 155 (60.94% from 255 or 85.64% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 155 - color contains mainly: green. Hex color #139B07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139B07 is #EC64F8. Grayscale: #616161. Windows color (decimal): -15492345 or 498451. OLE color: 498451.

HSL color Cylindrical-coordinate representation of color #139B07: hue angle of 115.14º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #139B07 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 155 7 -
CMYK 0.88 0 0.95 0.39
HSL 115.14º 0.91% 0.32% -
HSV(B) 115.14º 0.95% 0.61% -
XYZ 12.03 23.6 4.12 -
YUV 97.46 76.94 72.03 -
System Red Green Blue C M Y K H S L
Decimal 19 155 7 0.88 0 0.95 0.39 115.14 0.91 0.32
Hex 13 9B 7 58 0 5F 27 73 5B 20
Octal 23 233 7 130 0 137 47 163 133 40
Binary 10011 10011011 111 1011000 0 1011111 100111 1110011 1011011 100000

Color Harmonies of #139B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139B07

Black with #139B07

Text Example


Text Example

White with #139B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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