Html Css Color HEX #074F08 Myrtle

📋 copy color: '#074F08'

red 7 ◦ green 79 ◦ blue 8

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

Shades of Myrtle #074F08

Tints of Myrtle #074F08

RGB

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

 GREEN value IS 79 (31.25% from 255) = 84.04%

 BLUE value IS 8 (3.52% from 255) = 8.51%

R = 7.45%
G = 84.04%
B = 8.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#074F08 (or 0x074F08) is known color: Myrtle. HEX triplet: 07, 4F and 08. RGB value is (7,79,8). Sum of RGB (Red+Green+Blue) = 7+79+8=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 79 (31.25% from 255 or 84.04% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 79 - color contains mainly: green. Hex color #074F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F08 is #F8B0F7. Grayscale: #313131. Windows color (decimal): -16298232 or 544519. OLE color: 544519.

HSL color Cylindrical-coordinate representation of color #074F08: hue angle of 120.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074F08 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 79 8 -
CMYK 0.91 0 0.90 0.69
HSL 120.83º 0.84% 0.17% -
HSV(B) 120.83º 0.91% 0.31% -
XYZ 2.93 5.65 1.17 -
YUV 49.38 104.65 97.77 -
System Red Green Blue C M Y K H S L
Decimal 7 79 8 0.91 0 0.90 0.69 120.83 0.84 0.17
Hex 7 4F 8 5B 0 5A 45 79 54 11
Octal 7 117 10 133 0 132 105 171 124 21
Binary 111 1001111 1000 1011011 0 1011010 1000101 1111001 1010100 10001

Color Harmonies of #074F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F08

Black with #074F08

Text Example


Text Example

White with #074F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,79,8); }

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

background-color css

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

 a { background-color: rgb(7,79,8); }

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

border-color css

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

 span { border-color: rgb(7,79,8); }

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