Html Css Color HEX #075003 Myrtle

📋 copy color: '#075003'

red 7 ◦ green 80 ◦ blue 3

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

Shades of Myrtle #075003

Tints of Myrtle #075003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.33%

R = 7.78%
G = 88.89%
B = 3.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#075003 (or 0x075003) is known color: Myrtle. HEX triplet: 07, 50 and 03. RGB value is (7,80,3). Sum of RGB (Red+Green+Blue) = 7+80+3=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 80 (31.64% from 255 or 88.89% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 80 - color contains mainly: green. Hex color #075003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075003 is #F8AFFC. Grayscale: #313131. Windows color (decimal): -16297981 or 217095. OLE color: 217095.

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

Color convert

RGB 7 80 3 -
CMYK 0.91 0 0.96 0.69
HSL 116.88º 0.93% 0.16% -
HSV(B) 116.88º 0.96% 0.31% -
XYZ 2.97 5.79 1.05 -
YUV 49.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 7 80 3 0.91 0 0.96 0.69 116.88 0.93 0.16
Hex 7 50 3 5B 0 60 45 75 5D 10
Octal 7 120 3 133 0 140 105 165 135 20
Binary 111 1010000 11 1011011 0 1100000 1000101 1110101 1011101 10000

Color Harmonies of #075003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075003

Black with #075003

Text Example


Text Example

White with #075003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075003; }

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

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

background-color css

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

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

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

border-color css

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

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

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