Html Css Color HEX #07530D Myrtle

📋 copy color: '#07530D'

red 7 ◦ green 83 ◦ blue 13

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

Shades of Myrtle #07530D

Tints of Myrtle #07530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.62%

R = 6.8%
G = 80.58%
B = 12.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#07530D (or 0x07530D) is known color: Myrtle. HEX triplet: 07, 53 and 0D. RGB value is (7,83,13). Sum of RGB (Red+Green+Blue) = 7+83+13=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #07530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07530D is #F8ACF2. Grayscale: #343434. Windows color (decimal): -16297203 or 873223. OLE color: 873223.

HSL color Cylindrical-coordinate representation of color #07530D: hue angle of 124.74º 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 #07530D is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 13 -
CMYK 0.92 0 0.84 0.67
HSL 124.74º 0.84% 0.18% -
HSV(B) 124.74º 0.92% 0.33% -
XYZ 3.25 6.26 1.42 -
YUV 52.3 105.82 95.69 -
System Red Green Blue C M Y K H S L
Decimal 7 83 13 0.92 0 0.84 0.67 124.74 0.84 0.18
Hex 7 53 D 5C 0 54 43 7D 54 12
Octal 7 123 15 134 0 124 103 175 124 22
Binary 111 1010011 1101 1011100 0 1010100 1000011 1111101 1010100 10010

Color Harmonies of #07530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07530D

Black with #07530D

Text Example


Text Example

White with #07530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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