Html Css Color HEX #065600 Green

📋 copy color: '#065600'

red 6 ◦ green 86 ◦ blue 0

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

Shades of Green #065600

Tints of Green #065600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 93.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.52%
G = 93.48%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#065600 (or 0x065600) is known color: Green. HEX triplet: 06, 56 and 00. RGB value is (6,86,0). Sum of RGB (Red+Green+Blue) = 6+86+0=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 86 (33.98% from 255 or 93.48% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 86 - color contains mainly: green. Hex color #065600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065600 is #F9A9FF. Grayscale: #343434. Windows color (decimal): -16361984 or 22022. OLE color: 22022.

HSL color Cylindrical-coordinate representation of color #065600: hue angle of 115.81º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #065600 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 0 -
CMYK 0.93 0 1 0.66
HSL 115.81º 1% 0.17% -
HSV(B) 115.81º 1% 0.34% -
XYZ 3.4 6.69 1.11 -
YUV 52.28 98.5 94.99 -
System Red Green Blue C M Y K H S L
Decimal 6 86 0 0.93 0 1 0.66 115.81 1 0.17
Hex 6 56 0 5D 0 64 42 74 64 11
Octal 6 126 0 135 0 144 102 164 144 21
Binary 110 1010110 0 1011101 0 1100100 1000010 1110100 1100100 10001

Color Harmonies of #065600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065600

Black with #065600

Text Example


Text Example

White with #065600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065600; }

 p { color: rgb(6,86,0); }

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

background-color css

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

 a { background-color: rgb(6,86,0); }

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

border-color css

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

 span { border-color: rgb(6,86,0); }

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