#6C854F

Color #6C854F Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #6C854F

Tints of Dingley #6C854F

Color information

#6C854F (or 0x6C854F) is unknown color: approx Dingley. HEX triplet: 6C, 85 and 4F. RGB value is (108,133,79). Sum of RGB (Red+Green+Blue) = 108+133+79=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #6C854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C854F is #937AB0. Grayscale: #777777. Windows color (decimal): -9665201 or 5211500. OLE color: 5211500.

HSL color Cylindrical-coordinate representation of color #6C854F: hue angle of 87.78º 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 #6C854F is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB10813379-
CMYK0.1900.410.48
HSL87.78º25.47%41.57%-
HSV(B)87.78º40.6%52.16%-
XYZ15.9820.5310.52-
YUV119.37105.22119.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=33.75%
G=41.56%
B=24.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133790.1900.410.4887.7825.4741.57
Hex6C854F130293058192a
Octal15420511723051601303152
Binary1101100100001011001111100110101001110000101100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C854F;
 }
 .AnyTagClassName
 {
   color: #6C854F;
 }
</style>
background-color css

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

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

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

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

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

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