Html Css Color HEX #07530F Myrtle

📋 copy color: '#07530F'

red 7 ◦ green 83 ◦ blue 15

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

Shades of Myrtle #07530F

Tints of Myrtle #07530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 6.67%
G = 79.05%
B = 14.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#07530F (or 0x07530F) is known color: Myrtle. HEX triplet: 07, 53 and 0F. RGB value is (7,83,15). Sum of RGB (Red+Green+Blue) = 7+83+15=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #07530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07530F is #F8ACF0. Grayscale: #343434. Windows color (decimal): -16297201 or 1004295. OLE color: 1004295.

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

Color convert

RGB 7 83 15 -
CMYK 0.92 0 0.82 0.67
HSL 126.32º 0.84% 0.18% -
HSV(B) 126.32º 0.92% 0.33% -
XYZ 3.27 6.27 1.49 -
YUV 52.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 7 83 15 0.92 0 0.82 0.67 126.32 0.84 0.18
Hex 7 53 F 5C 0 52 43 7E 54 12
Octal 7 123 17 134 0 122 103 176 124 22
Binary 111 1010011 1111 1011100 0 1010010 1000011 1111110 1010100 10010

Color Harmonies of #07530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07530F

Black with #07530F

Text Example


Text Example

White with #07530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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