Html Css Color HEX #065005 Myrtle

📋 copy color: '#065005'

red 6 ◦ green 80 ◦ blue 5

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

Shades of Myrtle #065005

Tints of Myrtle #065005

RGB

 RED value IS 6 (2.73% from 255) = 6.59%

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

 BLUE value IS 5 (2.34% from 255) = 5.49%

R = 6.59%
G = 87.91%
B = 5.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#065005 (or 0x065005) is known color: Myrtle. HEX triplet: 06, 50 and 05. RGB value is (6,80,5). Sum of RGB (Red+Green+Blue) = 6+80+5=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 80 (31.64% from 255 or 87.91% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 80 - color contains mainly: green. Hex color #065005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065005 is #F9AFFA. Grayscale: #313131. Windows color (decimal): -16363515 or 348166. OLE color: 348166.

HSL color Cylindrical-coordinate representation of color #065005: hue angle of 119.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065005 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 5 -
CMYK 0.92 0 0.94 0.69
HSL 119.2º 0.88% 0.17% -
HSV(B) 119.2º 0.94% 0.31% -
XYZ 2.97 5.79 1.1 -
YUV 49.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 6 80 5 0.92 0 0.94 0.69 119.2 0.88 0.17
Hex 6 50 5 5C 0 5E 45 77 58 11
Octal 6 120 5 134 0 136 105 167 130 21
Binary 110 1010000 101 1011100 0 1011110 1000101 1110111 1011000 10001

Color Harmonies of #065005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065005

Black with #065005

Text Example


Text Example

White with #065005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065005; }

 p { color: rgb(6,80,5); }

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

background-color css

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

 a { background-color: rgb(6,80,5); }

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

border-color css

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

 span { border-color: rgb(6,80,5); }

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