Html Css Color HEX #6A8640 Dingley

📋 copy color: '#6A8640'

red 106 ◦ green 134 ◦ blue 64

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

Shades of Dingley #6A8640

Tints of Dingley #6A8640

RGB

 RED value IS 106 (41.8% from 255) = 34.87%

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 34.87%
G = 44.08%
B = 21.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#6A8640 (or 0x6A8640) is known color: Dingley. HEX triplet: 6A, 86 and 40. RGB value is (106,134,64). Sum of RGB (Red+Green+Blue) = 106+134+64=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8640 is #9579BF. Grayscale: #757575. Windows color (decimal): -9796032 or 4228714. OLE color: 4228714.

HSL color Cylindrical-coordinate representation of color #6A8640: hue angle of 84º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A8640 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 134 64 -
CMYK 0.21 0 0.52 0.47
HSL 84º 0.35% 0.39% -
HSV(B) 84º 0.52% 0.53% -
XYZ 15.39 20.48 7.99 -
YUV 117.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 106 134 64 0.21 0 0.52 0.47 84 0.35 0.39
Hex 6A 86 40 15 0 34 2F 54 23 27
Octal 152 206 100 25 0 64 57 124 43 47
Binary 1101010 10000110 1000000 10101 0 110100 101111 1010100 100011 100111

Color Harmonies of #6A8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8640

Black with #6A8640

Text Example


Text Example

White with #6A8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8640; }

 p { color: rgb(106,134,64); }

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

background-color css

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

 a { background-color: rgb(106,134,64); }

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

border-color css

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

 span { border-color: rgb(106,134,64); }

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