Html Css Color HEX #065504 Myrtle

📋 copy color: '#065504'

red 6 ◦ green 85 ◦ blue 4

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

Shades of Myrtle #065504

Tints of Myrtle #065504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.21%

R = 6.32%
G = 89.47%
B = 4.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#065504 (or 0x065504) is known color: Myrtle. HEX triplet: 06, 55 and 04. RGB value is (6,85,4). Sum of RGB (Red+Green+Blue) = 6+85+4=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 85 (33.59% from 255 or 89.47% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 85 - color contains mainly: green. Hex color #065504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065504 is #F9AAFB. Grayscale: #343434. Windows color (decimal): -16362236 or 283910. OLE color: 283910.

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

Color convert

RGB 6 85 4 -
CMYK 0.93 0 0.95 0.67
HSL 118.52º 0.91% 0.17% -
HSV(B) 118.52º 0.95% 0.33% -
XYZ 3.35 6.54 1.2 -
YUV 52.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 6 85 4 0.93 0 0.95 0.67 118.52 0.91 0.17
Hex 6 55 4 5D 0 5F 43 77 5B 11
Octal 6 125 4 135 0 137 103 167 133 21
Binary 110 1010101 100 1011101 0 1011111 1000011 1110111 1011011 10001

Color Harmonies of #065504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065504

Black with #065504

Text Example


Text Example

White with #065504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065504; }

 p { color: rgb(6,85,4); }

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

background-color css

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

 a { background-color: rgb(6,85,4); }

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

border-color css

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

 span { border-color: rgb(6,85,4); }

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