Html Css Color HEX #075502 Myrtle

📋 copy color: '#075502'

red 7 ◦ green 85 ◦ blue 2

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

Shades of Myrtle #075502

Tints of Myrtle #075502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 90.43%

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

R = 7.45%
G = 90.43%
B = 2.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#075502 (or 0x075502) is known color: Myrtle. HEX triplet: 07, 55 and 02. RGB value is (7,85,2). Sum of RGB (Red+Green+Blue) = 7+85+2=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 85 (33.59% from 255 or 90.43% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 85 - color contains mainly: green. Hex color #075502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075502 is #F8AAFD. Grayscale: #343434. Windows color (decimal): -16296702 or 152839. OLE color: 152839.

HSL color Cylindrical-coordinate representation of color #075502: hue angle of 116.39º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #075502 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 85 2 -
CMYK 0.92 0 0.98 0.67
HSL 116.39º 0.95% 0.17% -
HSV(B) 116.39º 0.98% 0.33% -
XYZ 3.35 6.55 1.14 -
YUV 52.22 99.66 95.75 -
System Red Green Blue C M Y K H S L
Decimal 7 85 2 0.92 0 0.98 0.67 116.39 0.95 0.17
Hex 7 55 2 5C 0 62 43 74 5F 11
Octal 7 125 2 134 0 142 103 164 137 21
Binary 111 1010101 10 1011100 0 1100010 1000011 1110100 1011111 10001

Color Harmonies of #075502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075502

Black with #075502

Text Example


Text Example

White with #075502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075502; }

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

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

background-color css

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

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

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

border-color css

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

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

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