Html Css Color HEX #07310B Myrtle

📋 copy color: '#07310B'

red 7 ◦ green 49 ◦ blue 11

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

Shades of Myrtle #07310B

Tints of Myrtle #07310B

RGB

 RED value IS 7 (3.13% from 255) = 10.45%

 GREEN value IS 49 (19.53% from 255) = 73.13%

 BLUE value IS 11 (4.69% from 255) = 16.42%

R = 10.45%
G = 73.13%
B = 16.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#07310B (or 0x07310B) is known color: Myrtle. HEX triplet: 07, 31 and 0B. RGB value is (7,49,11). Sum of RGB (Red+Green+Blue) = 7+49+11=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 49 (19.53% from 255 or 73.13% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 49 - color contains mainly: green. Hex color #07310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07310B is #F8CEF4. Grayscale: #202020. Windows color (decimal): -16305909 or 733447. OLE color: 733447.

HSL color Cylindrical-coordinate representation of color #07310B: hue angle of 125.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07310B is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 11 -
CMYK 0.86 0 0.78 0.81
HSL 125.71º 0.75% 0.11% -
HSV(B) 125.71º 0.86% 0.19% -
XYZ 1.25 2.27 0.69 -
YUV 32.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 7 49 11 0.86 0 0.78 0.81 125.71 0.75 0.11
Hex 7 31 B 56 0 4E 51 7E 4B B
Octal 7 61 13 126 0 116 121 176 113 13
Binary 111 110001 1011 1010110 0 1001110 1010001 1111110 1001011 1011

Color Harmonies of #07310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07310B

Black with #07310B

Text Example


Text Example

White with #07310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07310B; }

 p { color: rgb(7,49,11); }

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

background-color css

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

 a { background-color: rgb(7,49,11); }

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

border-color css

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

 span { border-color: rgb(7,49,11); }

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