Html Css Color HEX #07400B Myrtle

📋 copy color: '#07400B'

red 7 ◦ green 64 ◦ blue 11

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

Shades of Myrtle #07400B

Tints of Myrtle #07400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 78.05%

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

R = 8.54%
G = 78.05%
B = 13.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#07400B (or 0x07400B) is known color: Myrtle. HEX triplet: 07, 40 and 0B. RGB value is (7,64,11). Sum of RGB (Red+Green+Blue) = 7+64+11=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #07400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07400B is #F8BFF4. Grayscale: #292929. Windows color (decimal): -16302069 or 737287. OLE color: 737287.

HSL color Cylindrical-coordinate representation of color #07400B: hue angle of 124.21º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07400B is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 11 -
CMYK 0.89 0 0.83 0.75
HSL 124.21º 0.8% 0.14% -
HSV(B) 124.21º 0.89% 0.25% -
XYZ 1.98 3.74 0.93 -
YUV 40.92 111.12 103.81 -
System Red Green Blue C M Y K H S L
Decimal 7 64 11 0.89 0 0.83 0.75 124.21 0.8 0.14
Hex 7 40 B 59 0 53 4B 7C 50 E
Octal 7 100 13 131 0 123 113 174 120 16
Binary 111 1000000 1011 1011001 0 1010011 1001011 1111100 1010000 1110

Color Harmonies of #07400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07400B

Black with #07400B

Text Example


Text Example

White with #07400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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