Html Css Color HEX #07300B Myrtle

📋 copy color: '#07300B'

red 7 ◦ green 48 ◦ blue 11

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

Shades of Myrtle #07300B

Tints of Myrtle #07300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 72.73%

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

R = 10.61%
G = 72.73%
B = 16.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#07300B (or 0x07300B) is known color: Myrtle. HEX triplet: 07, 30 and 0B. RGB value is (7,48,11). Sum of RGB (Red+Green+Blue) = 7+48+11=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #07300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07300B is #F8CFF4. Grayscale: #1F1F1F. Windows color (decimal): -16306165 or 733191. OLE color: 733191.

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

Color convert

RGB 7 48 11 -
CMYK 0.85 0 0.77 0.81
HSL 125.85º 0.75% 0.11% -
HSV(B) 125.85º 0.85% 0.19% -
XYZ 1.2 2.18 0.67 -
YUV 31.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 7 48 11 0.85 0 0.77 0.81 125.85 0.75 0.11
Hex 7 30 B 55 0 4D 51 7E 4B B
Octal 7 60 13 125 0 115 121 176 113 13
Binary 111 110000 1011 1010101 0 1001101 1010001 1111110 1001011 1011

Color Harmonies of #07300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07300B

Black with #07300B

Text Example


Text Example

White with #07300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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