Html Css Color HEX #074408 Myrtle

📋 copy color: '#074408'

red 7 ◦ green 68 ◦ blue 8

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

Shades of Myrtle #074408

Tints of Myrtle #074408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 81.93%

 BLUE value IS 8 (3.52% from 255) = 9.64%

R = 8.43%
G = 81.93%
B = 9.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#074408 (or 0x074408) is known color: Myrtle. HEX triplet: 07, 44 and 08. RGB value is (7,68,8). Sum of RGB (Red+Green+Blue) = 7+68+8=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 68 (26.95% from 255 or 81.93% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 68 - color contains mainly: green. Hex color #074408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074408 is #F8BBF7. Grayscale: #2B2B2B. Windows color (decimal): -16301048 or 541703. OLE color: 541703.

HSL color Cylindrical-coordinate representation of color #074408: hue angle of 120.98º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074408 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 8 -
CMYK 0.90 0 0.88 0.73
HSL 120.98º 0.81% 0.15% -
HSV(B) 120.98º 0.9% 0.27% -
XYZ 2.2 4.2 0.92 -
YUV 42.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 7 68 8 0.90 0 0.88 0.73 120.98 0.81 0.15
Hex 7 44 8 5A 0 58 49 79 51 F
Octal 7 104 10 132 0 130 111 171 121 17
Binary 111 1000100 1000 1011010 0 1011000 1001001 1111001 1010001 1111

Color Harmonies of #074408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074408

Black with #074408

Text Example


Text Example

White with #074408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074408; }

 p { color: rgb(7,68,8); }

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

background-color css

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

 a { background-color: rgb(7,68,8); }

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

border-color css

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

 span { border-color: rgb(7,68,8); }

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