Html Css Color HEX #074C0D Myrtle

📋 copy color: '#074C0D'

red 7 ◦ green 76 ◦ blue 13

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

Shades of Myrtle #074C0D

Tints of Myrtle #074C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 7.29%
G = 79.17%
B = 13.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#074C0D (or 0x074C0D) is known color: Myrtle. HEX triplet: 07, 4C and 0D. RGB value is (7,76,13). Sum of RGB (Red+Green+Blue) = 7+76+13=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 76 (30.08% from 255 or 79.17% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 76 - color contains mainly: green. Hex color #074C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C0D is #F8B3F2. Grayscale: #303030. Windows color (decimal): -16298995 or 871431. OLE color: 871431.

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

Color convert

RGB 7 76 13 -
CMYK 0.91 0 0.83 0.70
HSL 125.22º 0.83% 0.16% -
HSV(B) 125.22º 0.91% 0.3% -
XYZ 2.74 5.24 1.25 -
YUV 48.19 108.14 98.62 -
System Red Green Blue C M Y K H S L
Decimal 7 76 13 0.91 0 0.83 0.70 125.22 0.83 0.16
Hex 7 4C D 5B 0 53 46 7D 53 10
Octal 7 114 15 133 0 123 106 175 123 20
Binary 111 1001100 1101 1011011 0 1010011 1000110 1111101 1010011 10000

Color Harmonies of #074C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C0D

Black with #074C0D

Text Example


Text Example

White with #074C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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