Html Css Color HEX #074B0E Myrtle

📋 copy color: '#074B0E'

red 7 ◦ green 75 ◦ blue 14

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

Shades of Myrtle #074B0E

Tints of Myrtle #074B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 78.13%

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

R = 7.29%
G = 78.13%
B = 14.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#074B0E (or 0x074B0E) is known color: Myrtle. HEX triplet: 07, 4B and 0E. RGB value is (7,75,14). Sum of RGB (Red+Green+Blue) = 7+75+14=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 75 (29.69% from 255 or 78.12% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 75 - color contains mainly: green. Hex color #074B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B0E is #F8B4F1. Grayscale: #2F2F2F. Windows color (decimal): -16299250 or 936711. OLE color: 936711.

HSL color Cylindrical-coordinate representation of color #074B0E: hue angle of 126.18º 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 #074B0E is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 75 14 -
CMYK 0.91 0 0.81 0.71
HSL 126.18º 0.83% 0.16% -
HSV(B) 126.18º 0.91% 0.29% -
XYZ 2.68 5.11 1.26 -
YUV 47.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 7 75 14 0.91 0 0.81 0.71 126.18 0.83 0.16
Hex 7 4B E 5B 0 51 47 7E 53 10
Octal 7 113 16 133 0 121 107 176 123 20
Binary 111 1001011 1110 1011011 0 1010001 1000111 1111110 1010011 10000

Color Harmonies of #074B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B0E

Black with #074B0E

Text Example


Text Example

White with #074B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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