Html Css Color HEX #075303 Myrtle

📋 copy color: '#075303'

red 7 ◦ green 83 ◦ blue 3

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

Shades of Myrtle #075303

Tints of Myrtle #075303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 89.25%

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

R = 7.53%
G = 89.25%
B = 3.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#075303 (or 0x075303) is known color: Myrtle. HEX triplet: 07, 53 and 03. RGB value is (7,83,3). Sum of RGB (Red+Green+Blue) = 7+83+3=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 83 (32.81% from 255 or 89.25% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 83 - color contains mainly: green. Hex color #075303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075303 is #F8ACFC. Grayscale: #333333. Windows color (decimal): -16297213 or 217863. OLE color: 217863.

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

Color convert

RGB 7 83 3 -
CMYK 0.92 0 0.96 0.67
HSL 117º 0.93% 0.17% -
HSV(B) 117º 0.96% 0.33% -
XYZ 3.2 6.24 1.12 -
YUV 51.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 7 83 3 0.92 0 0.96 0.67 117 0.93 0.17
Hex 7 53 3 5C 0 60 43 75 5D 11
Octal 7 123 3 134 0 140 103 165 135 21
Binary 111 1010011 11 1011100 0 1100000 1000011 1110101 1011101 10001

Color Harmonies of #075303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075303

Black with #075303

Text Example


Text Example

White with #075303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075303; }

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

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

background-color css

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

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

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

border-color css

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

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

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