Html Css Color HEX #07400C Myrtle

📋 copy color: '#07400C'

red 7 ◦ green 64 ◦ blue 12

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

Shades of Myrtle #07400C

Tints of Myrtle #07400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.46%

R = 8.43%
G = 77.11%
B = 14.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#07400C (or 0x07400C) is known color: Myrtle. HEX triplet: 07, 40 and 0C. RGB value is (7,64,12). Sum of RGB (Red+Green+Blue) = 7+64+12=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #07400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07400C is #F8BFF3. Grayscale: #292929. Windows color (decimal): -16302068 or 802823. OLE color: 802823.

HSL color Cylindrical-coordinate representation of color #07400C: hue angle of 125.26º 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 #07400C is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 12 -
CMYK 0.89 0 0.81 0.75
HSL 125.26º 0.8% 0.14% -
HSV(B) 125.26º 0.89% 0.25% -
XYZ 1.99 3.74 0.96 -
YUV 41.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 7 64 12 0.89 0 0.81 0.75 125.26 0.8 0.14
Hex 7 40 C 59 0 51 4B 7D 50 E
Octal 7 100 14 131 0 121 113 175 120 16
Binary 111 1000000 1100 1011001 0 1010001 1001011 1111101 1010000 1110

Color Harmonies of #07400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07400C

Black with #07400C

Text Example


Text Example

White with #07400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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