Html Css Color HEX #075408 Myrtle

📋 copy color: '#075408'

red 7 ◦ green 84 ◦ blue 8

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

Shades of Myrtle #075408

Tints of Myrtle #075408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 84.85%

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

R = 7.07%
G = 84.85%
B = 8.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#075408 (or 0x075408) is known color: Myrtle. HEX triplet: 07, 54 and 08. RGB value is (7,84,8). Sum of RGB (Red+Green+Blue) = 7+84+8=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 84 (33.20% from 255 or 84.85% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 84 - color contains mainly: green. Hex color #075408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075408 is #F8ABF7. Grayscale: #343434. Windows color (decimal): -16296952 or 545799. OLE color: 545799.

HSL color Cylindrical-coordinate representation of color #075408: hue angle of 120.78º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075408 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 84 8 -
CMYK 0.92 0 0.90 0.67
HSL 120.78º 0.85% 0.18% -
HSV(B) 120.78º 0.92% 0.33% -
XYZ 3.3 6.4 1.29 -
YUV 52.31 102.99 95.68 -
System Red Green Blue C M Y K H S L
Decimal 7 84 8 0.92 0 0.90 0.67 120.78 0.85 0.18
Hex 7 54 8 5C 0 5A 43 79 55 12
Octal 7 124 10 134 0 132 103 171 125 22
Binary 111 1010100 1000 1011100 0 1011010 1000011 1111001 1010101 10010

Color Harmonies of #075408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075408

Black with #075408

Text Example


Text Example

White with #075408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075408; }

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

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

background-color css

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

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

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

border-color css

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

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

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