Html Css Color HEX #065009 Myrtle

📋 copy color: '#065009'

red 6 ◦ green 80 ◦ blue 9

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

Shades of Myrtle #065009

Tints of Myrtle #065009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.47%

R = 6.32%
G = 84.21%
B = 9.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#065009 (or 0x065009) is known color: Myrtle. HEX triplet: 06, 50 and 09. RGB value is (6,80,9). Sum of RGB (Red+Green+Blue) = 6+80+9=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 80 (31.64% from 255 or 84.21% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 80 - color contains mainly: green. Hex color #065009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065009 is #F9AFF6. Grayscale: #313131. Windows color (decimal): -16363511 or 610310. OLE color: 610310.

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

Color convert

RGB 6 80 9 -
CMYK 0.92 0 0.89 0.69
HSL 122.43º 0.86% 0.17% -
HSV(B) 122.43º 0.93% 0.31% -
XYZ 2.99 5.8 1.22 -
YUV 49.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 6 80 9 0.92 0 0.89 0.69 122.43 0.86 0.17
Hex 6 50 9 5C 0 59 45 7A 56 11
Octal 6 120 11 134 0 131 105 172 126 21
Binary 110 1010000 1001 1011100 0 1011001 1000101 1111010 1010110 10001

Color Harmonies of #065009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065009

Black with #065009

Text Example


Text Example

White with #065009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065009; }

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

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

background-color css

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

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

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

border-color css

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

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

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