Html Css Color HEX #6A8652 Dingley

📋 copy color: '#6A8652'

red 106 ◦ green 134 ◦ blue 82

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

Shades of Dingley #6A8652

Tints of Dingley #6A8652

RGB

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

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

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

R = 32.92%
G = 41.61%
B = 25.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#6A8652 (or 0x6A8652) is known color: Dingley. HEX triplet: 6A, 86 and 52. RGB value is (106,134,82). Sum of RGB (Red+Green+Blue) = 106+134+82=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8652 is #9579AD. Grayscale: #777777. Windows color (decimal): -9796014 or 5408362. OLE color: 5408362.

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

Color convert

RGB 106 134 82 -
CMYK 0.21 0 0.39 0.47
HSL 92.31º 0.24% 0.42% -
HSV(B) 92.31º 0.39% 0.53% -
XYZ 15.99 20.72 11.14 -
YUV 119.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 106 134 82 0.21 0 0.39 0.47 92.31 0.24 0.42
Hex 6A 86 52 15 0 27 2F 5C 18 2A
Octal 152 206 122 25 0 47 57 134 30 52
Binary 1101010 10000110 1010010 10101 0 100111 101111 1011100 11000 101010

Color Harmonies of #6A8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8652

Black with #6A8652

Text Example


Text Example

White with #6A8652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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