Html Css Color HEX #07530A Myrtle

📋 copy color: '#07530A'

red 7 ◦ green 83 ◦ blue 10

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

Shades of Myrtle #07530A

Tints of Myrtle #07530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10%

R = 7%
G = 83%
B = 10%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#07530A (or 0x07530A) is known color: Myrtle. HEX triplet: 07, 53 and 0A. RGB value is (7,83,10). Sum of RGB (Red+Green+Blue) = 7+83+10=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 83 (32.81% from 255 or 83% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 83 - color contains mainly: green. Hex color #07530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07530A is #F8ACF5. Grayscale: #343434. Windows color (decimal): -16297206 or 676615. OLE color: 676615.

HSL color Cylindrical-coordinate representation of color #07530A: hue angle of 122.37º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07530A is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 10 -
CMYK 0.92 0 0.88 0.67
HSL 122.37º 0.84% 0.18% -
HSV(B) 122.37º 0.92% 0.33% -
XYZ 3.24 6.25 1.32 -
YUV 51.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 7 83 10 0.92 0 0.88 0.67 122.37 0.84 0.18
Hex 7 53 A 5C 0 58 43 7A 54 12
Octal 7 123 12 134 0 130 103 172 124 22
Binary 111 1010011 1010 1011100 0 1011000 1000011 1111010 1010100 10010

Color Harmonies of #07530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07530A

Black with #07530A

Text Example


Text Example

White with #07530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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