Html Css Color HEX #07550E Myrtle

📋 copy color: '#07550E'

red 7 ◦ green 85 ◦ blue 14

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

Shades of Myrtle #07550E

Tints of Myrtle #07550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 80.19%

 BLUE value IS 14 (5.86% from 255) = 13.21%

R = 6.6%
G = 80.19%
B = 13.21%

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

#07550E (or 0x07550E) is known color: Myrtle. HEX triplet: 07, 55 and 0E. RGB value is (7,85,14). Sum of RGB (Red+Green+Blue) = 7+85+14=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #07550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07550E is #F8AAF1. Grayscale: #353535. Windows color (decimal): -16296690 or 939271. OLE color: 939271.

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

Color convert

RGB 7 85 14 -
CMYK 0.92 0 0.84 0.67
HSL 125.38º 0.85% 0.18% -
HSV(B) 125.38º 0.92% 0.33% -
XYZ 3.42 6.57 1.5 -
YUV 53.58 105.66 94.77 -
System Red Green Blue C M Y K H S L
Decimal 7 85 14 0.92 0 0.84 0.67 125.38 0.85 0.18
Hex 7 55 E 5C 0 54 43 7D 55 12
Octal 7 125 16 134 0 124 103 175 125 22
Binary 111 1010101 1110 1011100 0 1010100 1000011 1111101 1010101 10010

Color Harmonies of #07550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07550E

Black with #07550E

Text Example


Text Example

White with #07550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07550E; }

 p { color: rgb(7,85,14); }

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

background-color css

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

 a { background-color: rgb(7,85,14); }

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

border-color css

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

 span { border-color: rgb(7,85,14); }

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