Html Css Color HEX #065503 Myrtle

📋 copy color: '#065503'

red 6 ◦ green 85 ◦ blue 3

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

Shades of Myrtle #065503

Tints of Myrtle #065503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.19%

R = 6.38%
G = 90.43%
B = 3.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#065503 (or 0x065503) is known color: Myrtle. HEX triplet: 06, 55 and 03. RGB value is (6,85,3). Sum of RGB (Red+Green+Blue) = 6+85+3=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 85 (33.59% from 255 or 90.43% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 85 - color contains mainly: green. Hex color #065503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065503 is #F9AAFC. Grayscale: #343434. Windows color (decimal): -16362237 or 218374. OLE color: 218374.

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

Color convert

RGB 6 85 3 -
CMYK 0.93 0 0.96 0.67
HSL 117.8º 0.93% 0.17% -
HSV(B) 117.8º 0.96% 0.33% -
XYZ 3.34 6.54 1.17 -
YUV 52.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 6 85 3 0.93 0 0.96 0.67 117.8 0.93 0.17
Hex 6 55 3 5D 0 60 43 76 5D 11
Octal 6 125 3 135 0 140 103 166 135 21
Binary 110 1010101 11 1011101 0 1100000 1000011 1110110 1011101 10001

Color Harmonies of #065503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065503

Black with #065503

Text Example


Text Example

White with #065503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065503; }

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

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

background-color css

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

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

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

border-color css

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

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

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