Html Css Color HEX #074C09 Myrtle

📋 copy color: '#074C09'

red 7 ◦ green 76 ◦ blue 9

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

Shades of Myrtle #074C09

Tints of Myrtle #074C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 82.61%

 BLUE value IS 9 (3.91% from 255) = 9.78%

R = 7.61%
G = 82.61%
B = 9.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#074C09 (or 0x074C09) is known color: Myrtle. HEX triplet: 07, 4C and 09. RGB value is (7,76,9). Sum of RGB (Red+Green+Blue) = 7+76+9=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 76 (30.08% from 255 or 82.61% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 76 - color contains mainly: green. Hex color #074C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C09 is #F8B3F6. Grayscale: #2F2F2F. Windows color (decimal): -16298999 or 609287. OLE color: 609287.

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

Color convert

RGB 7 76 9 -
CMYK 0.91 0 0.88 0.70
HSL 121.74º 0.83% 0.16% -
HSV(B) 121.74º 0.91% 0.3% -
XYZ 2.72 5.23 1.13 -
YUV 47.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 7 76 9 0.91 0 0.88 0.70 121.74 0.83 0.16
Hex 7 4C 9 5B 0 58 46 7A 53 10
Octal 7 114 11 133 0 130 106 172 123 20
Binary 111 1001100 1001 1011011 0 1011000 1000110 1111010 1010011 10000

Color Harmonies of #074C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C09

Black with #074C09

Text Example


Text Example

White with #074C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,76,9); }

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

background-color css

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

 a { background-color: rgb(7,76,9); }

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

border-color css

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

 span { border-color: rgb(7,76,9); }

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