Html Css Color HEX #07370B Myrtle

📋 copy color: '#07370B'

red 7 ◦ green 55 ◦ blue 11

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

Shades of Myrtle #07370B

Tints of Myrtle #07370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 75.34%

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

R = 9.59%
G = 75.34%
B = 15.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#07370B (or 0x07370B) is known color: Myrtle. HEX triplet: 07, 37 and 0B. RGB value is (7,55,11). Sum of RGB (Red+Green+Blue) = 7+55+11=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #07370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07370B is #F8C8F4. Grayscale: #232323. Windows color (decimal): -16304373 or 734983. OLE color: 734983.

HSL color Cylindrical-coordinate representation of color #07370B: hue angle of 125º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07370B is Cyan = 0.87, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 55 11 -
CMYK 0.87 0 0.8 0.78
HSL 125º 0.77% 0.12% -
HSV(B) 125º 0.87% 0.22% -
XYZ 1.51 2.8 0.78 -
YUV 35.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 7 55 11 0.87 0 0.8 0.78 125 0.77 0.12
Hex 7 37 B 57 0 50 4E 7D 4D C
Octal 7 67 13 127 0 120 116 175 115 14
Binary 111 110111 1011 1010111 0 1010000 1001110 1111101 1001101 1100

Color Harmonies of #07370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07370B

Black with #07370B

Text Example


Text Example

White with #07370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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