Html Css Color HEX #6A854E Dingley

📋 copy color: '#6A854E'

red 106 ◦ green 133 ◦ blue 78

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

Shades of Dingley #6A854E

Tints of Dingley #6A854E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 33.44%
G = 41.96%
B = 24.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#6A854E (or 0x6A854E) is known color: Dingley. HEX triplet: 6A, 85 and 4E. RGB value is (106,133,78). Sum of RGB (Red+Green+Blue) = 106+133+78=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #6A854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A854E is #957AB1. Grayscale: #767676. Windows color (decimal): -9796274 or 5145962. OLE color: 5145962.

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

Color convert

RGB 106 133 78 -
CMYK 0.20 0 0.41 0.48
HSL 89.45º 0.26% 0.41% -
HSV(B) 89.45º 0.41% 0.52% -
XYZ 15.71 20.39 10.32 -
YUV 118.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 106 133 78 0.20 0 0.41 0.48 89.45 0.26 0.41
Hex 6A 85 4E 14 0 29 30 59 1A 29
Octal 152 205 116 24 0 51 60 131 32 51
Binary 1101010 10000101 1001110 10100 0 101001 110000 1011001 11010 101001

Color Harmonies of #6A854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A854E

Black with #6A854E

Text Example


Text Example

White with #6A854E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,133,78); }

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

background-color css

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

 a { background-color: rgb(106,133,78); }

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

border-color css

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

 span { border-color: rgb(106,133,78); }

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