Html Css Color HEX #065402 Myrtle

📋 copy color: '#065402'

red 6 ◦ green 84 ◦ blue 2

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

Shades of Myrtle #065402

Tints of Myrtle #065402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 91.3%

 BLUE value IS 2 (1.17% from 255) = 2.17%

R = 6.52%
G = 91.3%
B = 2.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#065402 (or 0x065402) is known color: Myrtle. HEX triplet: 06, 54 and 02. RGB value is (6,84,2). Sum of RGB (Red+Green+Blue) = 6+84+2=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 84 (33.20% from 255 or 91.30% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 84 - color contains mainly: green. Hex color #065402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065402 is #F9ABFD. Grayscale: #333333. Windows color (decimal): -16362494 or 152582. OLE color: 152582.

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

Color convert

RGB 6 84 2 -
CMYK 0.93 0 0.98 0.67
HSL 117.07º 0.95% 0.17% -
HSV(B) 117.07º 0.98% 0.33% -
XYZ 3.26 6.38 1.12 -
YUV 51.33 100.16 95.67 -
System Red Green Blue C M Y K H S L
Decimal 6 84 2 0.93 0 0.98 0.67 117.07 0.95 0.17
Hex 6 54 2 5D 0 62 43 75 5F 11
Octal 6 124 2 135 0 142 103 165 137 21
Binary 110 1010100 10 1011101 0 1100010 1000011 1110101 1011111 10001

Color Harmonies of #065402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065402

Black with #065402

Text Example


Text Example

White with #065402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065402; }

 p { color: rgb(6,84,2); }

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

background-color css

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

 a { background-color: rgb(6,84,2); }

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

border-color css

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

 span { border-color: rgb(6,84,2); }

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