Html Css Color HEX #6A854F Dingley

📋 copy color: '#6A854F'

red 106 ◦ green 133 ◦ blue 79

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

Shades of Dingley #6A854F

Tints of Dingley #6A854F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.84%

R = 33.33%
G = 41.82%
B = 24.84%

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

#6A854F (or 0x6A854F) is known color: Dingley. HEX triplet: 6A, 85 and 4F. RGB value is (106,133,79). Sum of RGB (Red+Green+Blue) = 106+133+79=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #6A854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A854F is #957AB0. Grayscale: #767676. Windows color (decimal): -9796273 or 5211498. OLE color: 5211498.

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

Color convert

RGB 106 133 79 -
CMYK 0.20 0 0.41 0.48
HSL 90º 0.25% 0.42% -
HSV(B) 90º 0.41% 0.52% -
XYZ 15.74 20.4 10.51 -
YUV 118.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 106 133 79 0.20 0 0.41 0.48 90 0.25 0.42
Hex 6A 85 4F 14 0 29 30 5A 19 2A
Octal 152 205 117 24 0 51 60 132 31 52
Binary 1101010 10000101 1001111 10100 0 101001 110000 1011010 11001 101010

Color Harmonies of #6A854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A854F

Black with #6A854F

Text Example


Text Example

White with #6A854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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