Html Css Color HEX #6A8251 Dingley

📋 copy color: '#6A8251'

red 106 ◦ green 130 ◦ blue 81

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

Shades of Dingley #6A8251

Tints of Dingley #6A8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 33.44%
G = 41.01%
B = 25.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#6A8251 (or 0x6A8251) is known color: Dingley. HEX triplet: 6A, 82 and 51. RGB value is (106,130,81). Sum of RGB (Red+Green+Blue) = 106+130+81=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8251 is #957DAE. Grayscale: #757575. Windows color (decimal): -9797039 or 5341802. OLE color: 5341802.

HSL color Cylindrical-coordinate representation of color #6A8251: hue angle of 89.39º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8251 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 130 81 -
CMYK 0.18 0 0.38 0.49
HSL 89.39º 0.23% 0.41% -
HSV(B) 89.39º 0.38% 0.51% -
XYZ 15.41 19.62 10.76 -
YUV 117.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 106 130 81 0.18 0 0.38 0.49 89.39 0.23 0.41
Hex 6A 82 51 12 0 26 31 59 17 29
Octal 152 202 121 22 0 46 61 131 27 51
Binary 1101010 10000010 1010001 10010 0 100110 110001 1011001 10111 101001

Color Harmonies of #6A8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8251

Black with #6A8251

Text Example


Text Example

White with #6A8251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,130,81); }

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

background-color css

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

 a { background-color: rgb(106,130,81); }

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

border-color css

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

 span { border-color: rgb(106,130,81); }

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