Html Css Color HEX #065202 Myrtle

📋 copy color: '#065202'

red 6 ◦ green 82 ◦ blue 2

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

Shades of Myrtle #065202

Tints of Myrtle #065202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 91.11%

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

R = 6.67%
G = 91.11%
B = 2.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#065202 (or 0x065202) is known color: Myrtle. HEX triplet: 06, 52 and 02. RGB value is (6,82,2). Sum of RGB (Red+Green+Blue) = 6+82+2=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 82 (32.42% from 255 or 91.11% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 82 - color contains mainly: green. Hex color #065202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065202 is #F9ADFD. Grayscale: #323232. Windows color (decimal): -16363006 or 152070. OLE color: 152070.

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

Color convert

RGB 6 82 2 -
CMYK 0.93 0 0.98 0.68
HSL 117º 0.95% 0.16% -
HSV(B) 117º 0.98% 0.32% -
XYZ 3.1 6.08 1.07 -
YUV 50.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 6 82 2 0.93 0 0.98 0.68 117 0.95 0.16
Hex 6 52 2 5D 0 62 44 75 5F 10
Octal 6 122 2 135 0 142 104 165 137 20
Binary 110 1010010 10 1011101 0 1100010 1000100 1110101 1011111 10000

Color Harmonies of #065202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065202

Black with #065202

Text Example


Text Example

White with #065202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065202; }

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

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

background-color css

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

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

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

border-color css

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

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

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