Html Css Color HEX #074A0B Myrtle

📋 copy color: '#074A0B'

red 7 ◦ green 74 ◦ blue 11

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

Shades of Myrtle #074A0B

Tints of Myrtle #074A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 80.43%

 BLUE value IS 11 (4.69% from 255) = 11.96%

R = 7.61%
G = 80.43%
B = 11.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#074A0B (or 0x074A0B) is known color: Myrtle. HEX triplet: 07, 4A and 0B. RGB value is (7,74,11). Sum of RGB (Red+Green+Blue) = 7+74+11=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 74 (29.30% from 255 or 80.43% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 74 - color contains mainly: green. Hex color #074A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A0B is #F8B5F4. Grayscale: #2E2E2E. Windows color (decimal): -16299509 or 739847. OLE color: 739847.

HSL color Cylindrical-coordinate representation of color #074A0B: hue angle of 123.58º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A0B is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 74 11 -
CMYK 0.91 0 0.85 0.71
HSL 123.58º 0.83% 0.16% -
HSV(B) 123.58º 0.91% 0.29% -
XYZ 2.6 4.97 1.14 -
YUV 46.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 7 74 11 0.91 0 0.85 0.71 123.58 0.83 0.16
Hex 7 4A B 5B 0 55 47 7C 53 10
Octal 7 112 13 133 0 125 107 174 123 20
Binary 111 1001010 1011 1011011 0 1010101 1000111 1111100 1010011 10000

Color Harmonies of #074A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A0B

Black with #074A0B

Text Example


Text Example

White with #074A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074A0B; }

 p { color: rgb(7,74,11); }

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

background-color css

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

 a { background-color: rgb(7,74,11); }

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

border-color css

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

 span { border-color: rgb(7,74,11); }

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