Html Css Color HEX #065100 Myrtle

📋 copy color: '#065100'

red 6 ◦ green 81 ◦ blue 0

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

Shades of Myrtle #065100

Tints of Myrtle #065100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 93.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.9%
G = 93.1%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#065100 (or 0x065100) is known color: Myrtle. HEX triplet: 06, 51 and 00. RGB value is (6,81,0). Sum of RGB (Red+Green+Blue) = 6+81+0=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 81 (32.03% from 255 or 93.10% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 81 - color contains mainly: green. Hex color #065100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065100 is #F9AEFF. Grayscale: #313131. Windows color (decimal): -16363264 or 20742. OLE color: 20742.

HSL color Cylindrical-coordinate representation of color #065100: hue angle of 115.56º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #065100 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 81 0 -
CMYK 0.93 0 1 0.68
HSL 115.56º 1% 0.16% -
HSV(B) 115.56º 1% 0.32% -
XYZ 3.02 5.92 0.98 -
YUV 49.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 6 81 0 0.93 0 1 0.68 115.56 1 0.16
Hex 6 51 0 5D 0 64 44 74 64 10
Octal 6 121 0 135 0 144 104 164 144 20
Binary 110 1010001 0 1011101 0 1100100 1000100 1110100 1100100 10000

Color Harmonies of #065100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065100

Black with #065100

Text Example


Text Example

White with #065100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065100; }

 p { color: rgb(6,81,0); }

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

background-color css

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

 a { background-color: rgb(6,81,0); }

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

border-color css

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

 span { border-color: rgb(6,81,0); }

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