Html Css Color HEX #074C10 Myrtle

📋 copy color: '#074C10'

red 7 ◦ green 76 ◦ blue 16

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

Shades of Myrtle #074C10

Tints of Myrtle #074C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.16%

R = 7.07%
G = 76.77%
B = 16.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#074C10 (or 0x074C10) is known color: Myrtle. HEX triplet: 07, 4C and 10. RGB value is (7,76,16). Sum of RGB (Red+Green+Blue) = 7+76+16=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 76 (30.08% from 255 or 76.77% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 76 - color contains mainly: green. Hex color #074C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C10 is #F8B3EF. Grayscale: #303030. Windows color (decimal): -16298992 or 1068039. OLE color: 1068039.

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

Color convert

RGB 7 76 16 -
CMYK 0.91 0 0.79 0.70
HSL 127.83º 0.83% 0.16% -
HSV(B) 127.83º 0.91% 0.3% -
XYZ 2.77 5.25 1.36 -
YUV 48.53 109.64 98.38 -
System Red Green Blue C M Y K H S L
Decimal 7 76 16 0.91 0 0.79 0.70 127.83 0.83 0.16
Hex 7 4C 10 5B 0 4F 46 80 53 10
Octal 7 114 20 133 0 117 106 200 123 20
Binary 111 1001100 10000 1011011 0 1001111 1000110 10000000 1010011 10000

Color Harmonies of #074C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C10

Black with #074C10

Text Example


Text Example

White with #074C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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