Html Css Color HEX #075005 Myrtle

📋 copy color: '#075005'

red 7 ◦ green 80 ◦ blue 5

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

Shades of Myrtle #075005

Tints of Myrtle #075005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 86.96%

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

R = 7.61%
G = 86.96%
B = 5.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#075005 (or 0x075005) is known color: Myrtle. HEX triplet: 07, 50 and 05. RGB value is (7,80,5). Sum of RGB (Red+Green+Blue) = 7+80+5=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 80 (31.64% from 255 or 86.96% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 80 - color contains mainly: green. Hex color #075005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075005 is #F8AFFA. Grayscale: #313131. Windows color (decimal): -16297979 or 348167. OLE color: 348167.

HSL color Cylindrical-coordinate representation of color #075005: hue angle of 118.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075005 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 5 -
CMYK 0.91 0 0.94 0.69
HSL 118.4º 0.88% 0.17% -
HSV(B) 118.4º 0.94% 0.31% -
XYZ 2.98 5.79 1.1 -
YUV 49.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 7 80 5 0.91 0 0.94 0.69 118.4 0.88 0.17
Hex 7 50 5 5B 0 5E 45 76 58 11
Octal 7 120 5 133 0 136 105 166 130 21
Binary 111 1010000 101 1011011 0 1011110 1000101 1110110 1011000 10001

Color Harmonies of #075005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075005

Black with #075005

Text Example


Text Example

White with #075005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075005; }

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

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

background-color css

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

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

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

border-color css

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

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

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