Html Css Color HEX #075405 Myrtle

📋 copy color: '#075405'

red 7 ◦ green 84 ◦ blue 5

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

Shades of Myrtle #075405

Tints of Myrtle #075405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.21%

R = 7.29%
G = 87.5%
B = 5.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#075405 (or 0x075405) is known color: Myrtle. HEX triplet: 07, 54 and 05. RGB value is (7,84,5). Sum of RGB (Red+Green+Blue) = 7+84+5=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 84 (33.20% from 255 or 87.5% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 84 - color contains mainly: green. Hex color #075405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075405 is #F8ABFA. Grayscale: #343434. Windows color (decimal): -16296955 or 349191. OLE color: 349191.

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

Color convert

RGB 7 84 5 -
CMYK 0.92 0 0.94 0.67
HSL 118.48º 0.89% 0.17% -
HSV(B) 118.48º 0.94% 0.33% -
XYZ 3.29 6.4 1.21 -
YUV 51.97 101.49 95.92 -
System Red Green Blue C M Y K H S L
Decimal 7 84 5 0.92 0 0.94 0.67 118.48 0.89 0.17
Hex 7 54 5 5C 0 5E 43 76 59 11
Octal 7 124 5 134 0 136 103 166 131 21
Binary 111 1010100 101 1011100 0 1011110 1000011 1110110 1011001 10001

Color Harmonies of #075405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075405

Black with #075405

Text Example


Text Example

White with #075405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075405; }

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

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

background-color css

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

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

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

border-color css

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

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

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