Html Css Color HEX #6A8452 Dingley

📋 copy color: '#6A8452'

red 106 ◦ green 132 ◦ blue 82

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

Shades of Dingley #6A8452

Tints of Dingley #6A8452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.25%

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 33.13%
G = 41.25%
B = 25.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#6A8452 (or 0x6A8452) is known color: Dingley. HEX triplet: 6A, 84 and 52. RGB value is (106,132,82). Sum of RGB (Red+Green+Blue) = 106+132+82=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8452 is #957BAD. Grayscale: #767676. Windows color (decimal): -9796526 or 5407850. OLE color: 5407850.

HSL color Cylindrical-coordinate representation of color #6A8452: hue angle of 91.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8452 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 132 82 -
CMYK 0.20 0 0.38 0.48
HSL 91.2º 0.23% 0.42% -
HSV(B) 91.2º 0.38% 0.52% -
XYZ 15.72 20.18 11.05 -
YUV 118.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 106 132 82 0.20 0 0.38 0.48 91.2 0.23 0.42
Hex 6A 84 52 14 0 26 30 5B 17 2A
Octal 152 204 122 24 0 46 60 133 27 52
Binary 1101010 10000100 1010010 10100 0 100110 110000 1011011 10111 101010

Color Harmonies of #6A8452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8452

Black with #6A8452

Text Example


Text Example

White with #6A8452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,132,82); }

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

background-color css

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

 a { background-color: rgb(106,132,82); }

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

border-color css

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

 span { border-color: rgb(106,132,82); }

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