Html Css Color HEX #065A10 Myrtle

📋 copy color: '#065A10'

red 6 ◦ green 90 ◦ blue 16

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

Shades of Myrtle #065A10

Tints of Myrtle #065A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 80.36%

 BLUE value IS 16 (6.64% from 255) = 14.29%

R = 5.36%
G = 80.36%
B = 14.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#065A10 (or 0x065A10) is known color: Myrtle. HEX triplet: 06, 5A and 10. RGB value is (6,90,16). Sum of RGB (Red+Green+Blue) = 6+90+16=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #065A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A10 is #F9A5EF. Grayscale: #383838. Windows color (decimal): -16360944 or 1071622. OLE color: 1071622.

HSL color Cylindrical-coordinate representation of color #065A10: hue angle of 127.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A10 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 90 16 -
CMYK 0.93 0 0.82 0.65
HSL 127.14º 0.88% 0.19% -
HSV(B) 127.14º 0.93% 0.35% -
XYZ 3.82 7.39 1.71 -
YUV 56.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 6 90 16 0.93 0 0.82 0.65 127.14 0.88 0.19
Hex 6 5A 10 5D 0 52 41 7F 58 13
Octal 6 132 20 135 0 122 101 177 130 23
Binary 110 1011010 10000 1011101 0 1010010 1000001 1111111 1011000 10011

Color Harmonies of #065A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A10

Black with #065A10

Text Example


Text Example

White with #065A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065A10; }

 p { color: rgb(6,90,16); }

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

background-color css

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

 a { background-color: rgb(6,90,16); }

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

border-color css

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

 span { border-color: rgb(6,90,16); }

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