Html Css Color HEX #065302 Myrtle

📋 copy color: '#065302'

red 6 ◦ green 83 ◦ blue 2

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

Shades of Myrtle #065302

Tints of Myrtle #065302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 91.21%

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

R = 6.59%
G = 91.21%
B = 2.2%

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

#065302 (or 0x065302) is known color: Myrtle. HEX triplet: 06, 53 and 02. RGB value is (6,83,2). Sum of RGB (Red+Green+Blue) = 6+83+2=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 83 (32.81% from 255 or 91.21% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 83 - color contains mainly: green. Hex color #065302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065302 is #F9ACFD. Grayscale: #323232. Windows color (decimal): -16362750 or 152326. OLE color: 152326.

HSL color Cylindrical-coordinate representation of color #065302: hue angle of 117.04º 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 #065302 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 2 -
CMYK 0.93 0 0.98 0.67
HSL 117.04º 0.95% 0.17% -
HSV(B) 117.04º 0.98% 0.33% -
XYZ 3.18 6.23 1.09 -
YUV 50.74 100.49 96.09 -
System Red Green Blue C M Y K H S L
Decimal 6 83 2 0.93 0 0.98 0.67 117.04 0.95 0.17
Hex 6 53 2 5D 0 62 43 75 5F 11
Octal 6 123 2 135 0 142 103 165 137 21
Binary 110 1010011 10 1011101 0 1100010 1000011 1110101 1011111 10001

Color Harmonies of #065302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065302

Black with #065302

Text Example


Text Example

White with #065302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065302; }

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

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

background-color css

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

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

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

border-color css

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

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

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