Html Css Color HEX #075504 Myrtle

📋 copy color: '#075504'

red 7 ◦ green 85 ◦ blue 4

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

Shades of Myrtle #075504

Tints of Myrtle #075504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 88.54%

 BLUE value IS 4 (1.95% from 255) = 4.17%

R = 7.29%
G = 88.54%
B = 4.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#075504 (or 0x075504) is known color: Myrtle. HEX triplet: 07, 55 and 04. RGB value is (7,85,4). Sum of RGB (Red+Green+Blue) = 7+85+4=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 85 (33.59% from 255 or 88.54% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 85 - color contains mainly: green. Hex color #075504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075504 is #F8AAFB. Grayscale: #343434. Windows color (decimal): -16296700 or 283911. OLE color: 283911.

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

Color convert

RGB 7 85 4 -
CMYK 0.92 0 0.95 0.67
HSL 117.78º 0.91% 0.17% -
HSV(B) 117.78º 0.95% 0.33% -
XYZ 3.36 6.55 1.2 -
YUV 52.44 100.66 95.59 -
System Red Green Blue C M Y K H S L
Decimal 7 85 4 0.92 0 0.95 0.67 117.78 0.91 0.17
Hex 7 55 4 5C 0 5F 43 76 5B 11
Octal 7 125 4 134 0 137 103 166 133 21
Binary 111 1010101 100 1011100 0 1011111 1000011 1110110 1011011 10001

Color Harmonies of #075504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075504

Black with #075504

Text Example


Text Example

White with #075504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075504; }

 p { color: rgb(7,85,4); }

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

background-color css

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

 a { background-color: rgb(7,85,4); }

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

border-color css

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

 span { border-color: rgb(7,85,4); }

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