Html Css Color HEX #075002 Myrtle

📋 copy color: '#075002'

red 7 ◦ green 80 ◦ blue 2

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

Shades of Myrtle #075002

Tints of Myrtle #075002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 89.89%

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 7.87%
G = 89.89%
B = 2.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#075002 (or 0x075002) is known color: Myrtle. HEX triplet: 07, 50 and 02. RGB value is (7,80,2). Sum of RGB (Red+Green+Blue) = 7+80+2=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 80 (31.64% from 255 or 89.89% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 80 - color contains mainly: green. Hex color #075002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075002 is #F8AFFD. Grayscale: #313131. Windows color (decimal): -16297982 or 151559. OLE color: 151559.

HSL color Cylindrical-coordinate representation of color #075002: hue angle of 116.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #075002 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 2 -
CMYK 0.91 0 0.98 0.69
HSL 116.15º 0.95% 0.16% -
HSV(B) 116.15º 0.98% 0.31% -
XYZ 2.97 5.79 1.02 -
YUV 49.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 7 80 2 0.91 0 0.98 0.69 116.15 0.95 0.16
Hex 7 50 2 5B 0 62 45 74 5F 10
Octal 7 120 2 133 0 142 105 164 137 20
Binary 111 1010000 10 1011011 0 1100010 1000101 1110100 1011111 10000

Color Harmonies of #075002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075002

Black with #075002

Text Example


Text Example

White with #075002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075002; }

 p { color: rgb(7,80,2); }

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

background-color css

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

 a { background-color: rgb(7,80,2); }

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

border-color css

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

 span { border-color: rgb(7,80,2); }

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