Html Css Color HEX #074B01 Myrtle

📋 copy color: '#074B01'

red 7 ◦ green 75 ◦ blue 1

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

Shades of Myrtle #074B01

Tints of Myrtle #074B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.2%

R = 8.43%
G = 90.36%
B = 1.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#074B01 (or 0x074B01) is known color: Myrtle. HEX triplet: 07, 4B and 01. RGB value is (7,75,1). Sum of RGB (Red+Green+Blue) = 7+75+1=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 75 (29.69% from 255 or 90.36% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 75 - color contains mainly: green. Hex color #074B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B01 is #F8B4FE. Grayscale: #2E2E2E. Windows color (decimal): -16299263 or 84743. OLE color: 84743.

HSL color Cylindrical-coordinate representation of color #074B01: hue angle of 115.14º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #074B01 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 75 1 -
CMYK 0.91 0 0.99 0.71
HSL 115.14º 0.97% 0.15% -
HSV(B) 115.14º 0.99% 0.29% -
XYZ 2.61 5.08 0.87 -
YUV 46.23 102.47 100.02 -
System Red Green Blue C M Y K H S L
Decimal 7 75 1 0.91 0 0.99 0.71 115.14 0.97 0.15
Hex 7 4B 1 5B 0 63 47 73 61 F
Octal 7 113 1 133 0 143 107 163 141 17
Binary 111 1001011 1 1011011 0 1100011 1000111 1110011 1100001 1111

Color Harmonies of #074B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B01

Black with #074B01

Text Example


Text Example

White with #074B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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