Html Css Color HEX #074B12 Myrtle

📋 copy color: '#074B12'

red 7 ◦ green 75 ◦ blue 18

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

Shades of Myrtle #074B12

Tints of Myrtle #074B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18%

R = 7%
G = 75%
B = 18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#074B12 (or 0x074B12) is known color: Myrtle. HEX triplet: 07, 4B and 12. RGB value is (7,75,18). Sum of RGB (Red+Green+Blue) = 7+75+18=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 75 (29.69% from 255 or 75% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 75 - color contains mainly: green. Hex color #074B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B12 is #F8B4ED. Grayscale: #303030. Windows color (decimal): -16299246 or 1198855. OLE color: 1198855.

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

Color convert

RGB 7 75 18 -
CMYK 0.91 0 0.76 0.71
HSL 129.71º 0.83% 0.16% -
HSV(B) 129.71º 0.91% 0.29% -
XYZ 2.71 5.12 1.42 -
YUV 48.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 7 75 18 0.91 0 0.76 0.71 129.71 0.83 0.16
Hex 7 4B 12 5B 0 4C 47 82 53 10
Octal 7 113 22 133 0 114 107 202 123 20
Binary 111 1001011 10010 1011011 0 1001100 1000111 10000010 1010011 10000

Color Harmonies of #074B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B12

Black with #074B12

Text Example


Text Example

White with #074B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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