Html Css Color HEX #065502 Myrtle

📋 copy color: '#065502'

red 6 ◦ green 85 ◦ blue 2

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

Shades of Myrtle #065502

Tints of Myrtle #065502

RGB

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

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

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

R = 6.45%
G = 91.4%
B = 2.15%

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

#065502 (or 0x065502) is known color: Myrtle. HEX triplet: 06, 55 and 02. RGB value is (6,85,2). Sum of RGB (Red+Green+Blue) = 6+85+2=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 85 (33.59% from 255 or 91.40% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 85 - color contains mainly: green. Hex color #065502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065502 is #F9AAFD. Grayscale: #343434. Windows color (decimal): -16362238 or 152838. OLE color: 152838.

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

Color convert

RGB 6 85 2 -
CMYK 0.93 0 0.98 0.67
HSL 117.11º 0.95% 0.17% -
HSV(B) 117.11º 0.98% 0.33% -
XYZ 3.33 6.54 1.14 -
YUV 51.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 6 85 2 0.93 0 0.98 0.67 117.11 0.95 0.17
Hex 6 55 2 5D 0 62 43 75 5F 11
Octal 6 125 2 135 0 142 103 165 137 21
Binary 110 1010101 10 1011101 0 1100010 1000011 1110101 1011111 10001

Color Harmonies of #065502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065502

Black with #065502

Text Example


Text Example

White with #065502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065502; }

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

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

background-color css

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

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

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

border-color css

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

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

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