Html Css Color HEX #065003 Myrtle

📋 copy color: '#065003'

red 6 ◦ green 80 ◦ blue 3

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

Shades of Myrtle #065003

Tints of Myrtle #065003

RGB

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

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

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

R = 6.74%
G = 89.89%
B = 3.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#065003 (or 0x065003) is known color: Myrtle. HEX triplet: 06, 50 and 03. RGB value is (6,80,3). Sum of RGB (Red+Green+Blue) = 6+80+3=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 80 (31.64% from 255 or 89.89% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 80 - color contains mainly: green. Hex color #065003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065003 is #F9AFFC. Grayscale: #313131. Windows color (decimal): -16363517 or 217094. OLE color: 217094.

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

Color convert

RGB 6 80 3 -
CMYK 0.92 0 0.96 0.69
HSL 117.66º 0.93% 0.16% -
HSV(B) 117.66º 0.96% 0.31% -
XYZ 2.96 5.78 1.05 -
YUV 49.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 6 80 3 0.92 0 0.96 0.69 117.66 0.93 0.16
Hex 6 50 3 5C 0 60 45 76 5D 10
Octal 6 120 3 134 0 140 105 166 135 20
Binary 110 1010000 11 1011100 0 1100000 1000101 1110110 1011101 10000

Color Harmonies of #065003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065003

Black with #065003

Text Example


Text Example

White with #065003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065003; }

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

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

background-color css

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

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

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

border-color css

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

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

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